文件下载
文件名 操作
juliac-petals-parent-2.2.5.pom 下载
Apache Maven
<dependency>
  <groupId>org.objectweb.fractal.juliac.petals</groupId>
  <artifactId>juliac-petals-parent</artifactId>
  <version>2.2.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.objectweb.fractal.juliac.petals:juliac-petals-parent:2.2.5'
Gradle Kotlin
implementation("org.objectweb.fractal.juliac.petals:juliac-petals-parent:2.2.5")
Scala SBT
libraryDependencies += "org.objectweb.fractal.juliac.petals" % "juliac-petals-parent" % "2.2.5"
Groovy Grape
@Grapes(
  @Grab(group='org.objectweb.fractal.juliac.petals', module='juliac-petals-parent', version='2.2.5')
)
Apache Ivy
<dependency org="org.objectweb.fractal.juliac.petals" name="juliac-petals-parent" rev="2.2.5" />
Leiningen
[org.objectweb.fractal.juliac.petals/juliac-petals-parent "2.2.5"]
Apache Buildr
'org.objectweb.fractal.juliac.petals:juliac-petals-parent:jar:2.2.5'