文件名 | 操作 |
---|---|
helloworld-2.2.3.pom | 下载 |
<dependency>
<groupId>org.objectweb.fractal.juliac.osgi.examples</groupId>
<artifactId>helloworld</artifactId>
<version>2.2.3</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.objectweb.fractal.juliac.osgi.examples" % "helloworld" % "2.2.3"
@Grapes(
@Grab(group='org.objectweb.fractal.juliac.osgi.examples', module='helloworld', version='2.2.3')
)
<dependency org="org.objectweb.fractal.juliac.osgi.examples" name="helloworld" rev="2.2.3" />