File | Operation |
---|---|
org.springframework.roo.osgi.bundle-2.0.0.RC3.pom | download |
<dependency>
<groupId>org.springframework.roo</groupId>
<artifactId>org.springframework.roo.osgi.bundle</artifactId>
<version>2.0.0.RC3</version>
<type>pom</type>
</dependency>
implementation 'org.springframework.roo:org.springframework.roo.osgi.bundle:2.0.0.RC3'
implementation("org.springframework.roo:org.springframework.roo.osgi.bundle:2.0.0.RC3")
libraryDependencies += "org.springframework.roo" % "org.springframework.roo.osgi.bundle" % "2.0.0.RC3"
@Grapes(
@Grab(group='org.springframework.roo', module='org.springframework.roo.osgi.bundle', version='2.0.0.RC3')
)
<dependency org="org.springframework.roo" name="org.springframework.roo.osgi.bundle" rev="2.0.0.RC3" />
<parent> <groupId>org.springframework.roo</groupId> <artifactId>org.springframework.roo.runtime</artifactId> <version>2.0.0.RC3</version> </parent>