| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.springframework.roo |
| Идентификатор | Идентификаторorg.springframework.roo.osgi.bundle |
| Версия | Версия2.0.0.RELEASE |
| Тип | Типpom |
| Описание |
ОписаниеSpring Roo - Runtime - OSGi Bundle Module Parent
Provides POM configuration inheritence for those modules that build an OSGi bundle.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| org.springframework.roo.osgi.bundle-2.0.0.RELEASE.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.springframework.roo/org.springframework.roo.osgi.bundle/ -->
<dependency>
<groupId>org.springframework.roo</groupId>
<artifactId>org.springframework.roo.osgi.bundle</artifactId>
<version>2.0.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.roo/org.springframework.roo.osgi.bundle/
implementation 'org.springframework.roo:org.springframework.roo.osgi.bundle:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.roo/org.springframework.roo.osgi.bundle/
implementation ("org.springframework.roo:org.springframework.roo.osgi.bundle:2.0.0.RELEASE")
'org.springframework.roo:org.springframework.roo.osgi.bundle:pom:2.0.0.RELEASE'
<dependency org="org.springframework.roo" name="org.springframework.roo.osgi.bundle" rev="2.0.0.RELEASE">
<artifact name="org.springframework.roo.osgi.bundle" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.roo', module='org.springframework.roo.osgi.bundle', version='2.0.0.RELEASE')
)
libraryDependencies += "org.springframework.roo" % "org.springframework.roo.osgi.bundle" % "2.0.0.RELEASE"
[org.springframework.roo/org.springframework.roo.osgi.bundle "2.0.0.RELEASE"]