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