组织ID: |
org.jboss.classfilewriter |
项目ID: |
jboss-classfilewriter |
版本: |
1.0.4.Final |
最后修改时间: |
2018-08-06 22:23:30 |
包类型: |
jar |
标题: |
classfilewriter |
描述: |
A bytecode writer that creates .class files at runtime |
相关URL: |
https://github.com/jbossas/jboss-classfilewriter |
大小: |
107.32KB |
|
Maven引入代码: |
<dependency>
<groupId>org.jboss.classfilewriter</groupId>
<artifactId>jboss-classfilewriter</artifactId>
<version>1.0.4.Final</version>
</dependency>
|
Gradle引入代码: |
org.jboss.classfilewriter:jboss-classfilewriter:1.0.4.Final
|
下载Jar包: |
|
POM文件内容: |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>6-beta-1</version>
</parent>
<groupId>org.jboss.classfilewriter</groupId>
<artifactId>jboss-classfilewriter</artifactId>
<version>1.0.4.Final</version>
<packaging>jar</packaging>
<description>A bytecode writer that creates .class files at runtime</description>
<name>classfilewriter</name>
<url>https://github.com/jbossas/jboss-classfilewriter</url>
<developers>
<developer>
<name>Stuart Douglas</name>
<email>sdouglas@redhat.com</email>
</developer>
</developers>
<licenses>
<license>
<name>Apache License, version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkMode>once</forkMode>
</configuration>
</plugin>
</plugins>
</build>
<scm>
<connection>scm:git:git://github.com/jbossas/jboss-classfilewriter.git</connection>
<developerConnection>scm:git:git@github.com:jbossas/jboss-classfilewriter.git</developerConnection>
<url>scm:git:git://github.com/jbossas/jboss-classfilewriter.git</url>
</scm>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.jboss.classfilewriter.AccessFlag.class
org.jboss.classfilewriter.ClassField.class
org.jboss.classfilewriter.ClassFile$1.class
org.jboss.classfilewriter.ClassFile.class
org.jboss.classfilewriter.ClassMethod.class
org.jboss.classfilewriter.DuplicateMemberException.class
org.jboss.classfilewriter.InvalidBytecodeException.class
org.jboss.classfilewriter.JavaVersions.class
org.jboss.classfilewriter.WritableEntry.class
org.jboss.classfilewriter.annotations.AnnotationAnnotationValue.class
org.jboss.classfilewriter.annotations.AnnotationBuilder$1.class
org.jboss.classfilewriter.annotations.AnnotationBuilder.class
org.jboss.classfilewriter.annotations.AnnotationValue.class
org.jboss.classfilewriter.annotations.AnnotationsAttribute$Type.class
org.jboss.classfilewriter.annotations.AnnotationsAttribute.class
org.jboss.classfilewriter.annotations.ArrayAnnotationValue.class
org.jboss.classfilewriter.annotations.BooleanAnnotationValue.class
org.jboss.classfilewriter.annotations.ByteAnnotationValue.class
org.jboss.classfilewriter.annotations.CharAnnotationValue.class
org.jboss.classfilewriter.annotations.ClassAnnotation.class
org.jboss.classfilewriter.annotations.ClassAnnotationValue.class
org.jboss.classfilewriter.annotations.DoubleAnnotationValue.class
org.jboss.classfilewriter.annotations.EnumAnnotationValue.class
org.jboss.classfilewriter.annotations.FloatAnnotationValue.class
org.jboss.classfilewriter.annotations.IntAnnotationValue.class
org.jboss.classfilewriter.annotations.LongAnnotationValue.class
org.jboss.classfilewriter.annotations.ParameterAnnotationsAttribute$Type.class
org.jboss.classfilewriter.annotations.ParameterAnnotationsAttribute.class
org.jboss.classfilewriter.annotations.ShortAnnotationValue.class
org.jboss.classfilewriter.annotations.StringAnnotationValue.class
org.jboss.classfilewriter.attributes.Attribute.class
org.jboss.classfilewriter.attributes.ExceptionsAttribute.class
org.jboss.classfilewriter.attributes.SignatureAttribute.class
org.jboss.classfilewriter.attributes.StackMapTableAttribute.class
org.jboss.classfilewriter.code.BranchEnd.class
org.jboss.classfilewriter.code.CodeAttribute.class
org.jboss.classfilewriter.code.CodeLocation.class
org.jboss.classfilewriter.code.ExceptionHandler.class
org.jboss.classfilewriter.code.LocalVariableState.class
org.jboss.classfilewriter.code.LookupSwitchBuilder$ValuePair.class
org.jboss.classfilewriter.code.LookupSwitchBuilder.class
org.jboss.classfilewriter.code.Opcode.class
org.jboss.classfilewriter.code.StackEntry.class
org.jboss.classfilewriter.code.StackEntryType.class
org.jboss.classfilewriter.code.StackFrame.class
org.jboss.classfilewriter.code.StackFrameType.class
org.jboss.classfilewriter.code.StackState.class
org.jboss.classfilewriter.code.TableSwitchBuilder$ValuePair.class
org.jboss.classfilewriter.code.TableSwitchBuilder.class
org.jboss.classfilewriter.constpool.ClassEntry.class
org.jboss.classfilewriter.constpool.ConstPool$MemberInfo.class
org.jboss.classfilewriter.constpool.ConstPool$NameAndType.class
org.jboss.classfilewriter.constpool.ConstPool.class
org.jboss.classfilewriter.constpool.ConstPoolEntry.class
org.jboss.classfilewriter.constpool.ConstPoolEntryType.class
org.jboss.classfilewriter.constpool.DoubleEntry.class
org.jboss.classfilewriter.constpool.FieldRefEntry.class
org.jboss.classfilewriter.constpool.FloatEntry.class
org.jboss.classfilewriter.constpool.IntegerEntry.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
junit-4.8.2.jar
/junit/junit/4.8.2
查看junit所有版本文件
|