文件名 | 操作 |
---|---|
org.springframework.roo.osgi.bundle-2.0.0.M3.pom | 下载 |
<dependency>
<groupId>org.springframework.roo</groupId>
<artifactId>org.springframework.roo.osgi.bundle</artifactId>
<version>2.0.0.M3</version>
<type>pom</type>
</dependency>
implementation("org.springframework.roo:org.springframework.roo.osgi.bundle:2.0.0.M3")
libraryDependencies += "org.springframework.roo" % "org.springframework.roo.osgi.bundle" % "2.0.0.M3"
@Grapes(
@Grab(group='org.springframework.roo', module='org.springframework.roo.osgi.bundle', version='2.0.0.M3')
)
<dependency org="org.springframework.roo" name="org.springframework.roo.osgi.bundle" rev="2.0.0.M3" />