文件下载
文件名 操作
vibes-transformation-1.0.0.jar 下载
vibes-transformation-1.0.0.pom 下载
vibes-transformation-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>be.unamur.info</groupId>
  <artifactId>vibes-transformation</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'be.unamur.info:vibes-transformation:1.0.0'
Gradle Kotlin
implementation("be.unamur.info:vibes-transformation:1.0.0")
Scala SBT
libraryDependencies += "be.unamur.info" % "vibes-transformation" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='be.unamur.info', module='vibes-transformation', version='1.0.0')
)
Apache Ivy
<dependency org="be.unamur.info" name="vibes-transformation" rev="1.0.0" />
Leiningen
[be.unamur.info/vibes-transformation "1.0.0"]
Apache Buildr
'be.unamur.info:vibes-transformation:jar:1.0.0'