b

byte-buddy-parent

Byte Buddy is a Java library for creating Java classes at run time. The parent artifact contains configuration information that concern all modules.
http://bytebuddy.net
The Apache Software License, Version 2.0
Rafael Winterhalter
文件下载
文件名 操作
byte-buddy-parent-0.3.pom 下载
Apache Maven
<dependency>
  <groupId>net.bytebuddy</groupId>
  <artifactId>byte-buddy-parent</artifactId>
  <version>0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.bytebuddy:byte-buddy-parent:0.3'
Gradle Kotlin
implementation("net.bytebuddy:byte-buddy-parent:0.3")
Scala SBT
libraryDependencies += "net.bytebuddy" % "byte-buddy-parent" % "0.3"
Groovy Grape
@Grapes(
  @Grab(group='net.bytebuddy', module='byte-buddy-parent', version='0.3')
)
Apache Ivy
<dependency org="net.bytebuddy" name="byte-buddy-parent" rev="0.3" />
Leiningen
[net.bytebuddy/byte-buddy-parent "0.3"]
Apache Buildr
'net.bytebuddy:byte-buddy-parent:jar:0.3'
本项目依赖
该项目无第三方依赖