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