bytekit-parent

bytekit-parent

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