bytekit-parent

bytekit-parent

bytecode kit for java
https://github.com/alibaba/bytekit
Apache 2
hengyunabc
Files download
File Operation
bytekit-parent-0.1.2.pom download
Apache Maven
<dependency>
  <groupId>com.alibaba</groupId>
  <artifactId>bytekit-parent</artifactId>
  <version>0.1.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.alibaba:bytekit-parent:0.1.2'
Gradle Kotlin
implementation("com.alibaba:bytekit-parent:0.1.2")
Scala SBT
libraryDependencies += "com.alibaba" % "bytekit-parent" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba', module='bytekit-parent', version='0.1.2')
)
Apache Ivy
<dependency org="com.alibaba" name="bytekit-parent" rev="0.1.2" />
Leiningen
[com.alibaba/bytekit-parent "0.1.2"]
Apache Buildr
'com.alibaba:bytekit-parent:jar:0.1.2'