o

org.springframework.roo.support.osgi

Provides support services for Spring Roo's core and base add-ons. Includes OSGi dependencies.
文件下载
文件名 操作
org.springframework.roo.support.osgi-1.3.0.RELEASE.jar 下载
org.springframework.roo.support.osgi-1.3.0.RELEASE.pom 下载
org.springframework.roo.support.osgi-1.3.0.RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.springframework.roo</groupId>
  <artifactId>org.springframework.roo.support.osgi</artifactId>
  <version>1.3.0.RELEASE</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.springframework.roo:org.springframework.roo.support.osgi:1.3.0.RELEASE'
Gradle Kotlin
implementation("org.springframework.roo:org.springframework.roo.support.osgi:1.3.0.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.roo" % "org.springframework.roo.support.osgi" % "1.3.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.roo', module='org.springframework.roo.support.osgi', version='1.3.0.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.roo" name="org.springframework.roo.support.osgi" rev="1.3.0.RELEASE" />
Leiningen
[org.springframework.roo/org.springframework.roo.support.osgi "1.3.0.RELEASE"]
Apache Buildr
'org.springframework.roo:org.springframework.roo.support.osgi:jar:1.3.0.RELEASE'