| Категории |
КатегорииMaven Компиляция и сборка |
|---|---|
| Группа | Группаorg.ow2.util.maven |
| Идентификатор | Идентификаторmaven-osgi-plugin-launcher-framework-felix |
| Версия | Версия1.0.8b |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.ow2.util.maven/maven-osgi-plugin-launcher-framework-felix/ -->
<dependency>
<groupId>org.ow2.util.maven</groupId>
<artifactId>maven-osgi-plugin-launcher-framework-felix</artifactId>
<version>1.0.8b</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.util.maven/maven-osgi-plugin-launcher-framework-felix/
implementation 'org.ow2.util.maven:maven-osgi-plugin-launcher-framework-felix:1.0.8b'
// https://jarcasting.com/artifacts/org.ow2.util.maven/maven-osgi-plugin-launcher-framework-felix/
implementation ("org.ow2.util.maven:maven-osgi-plugin-launcher-framework-felix:1.0.8b")
'org.ow2.util.maven:maven-osgi-plugin-launcher-framework-felix:jar:1.0.8b'
<dependency org="org.ow2.util.maven" name="maven-osgi-plugin-launcher-framework-felix" rev="1.0.8b">
<artifact name="maven-osgi-plugin-launcher-framework-felix" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.util.maven', module='maven-osgi-plugin-launcher-framework-felix', version='1.0.8b')
)
libraryDependencies += "org.ow2.util.maven" % "maven-osgi-plugin-launcher-framework-felix" % "1.0.8b"
[org.ow2.util.maven/maven-osgi-plugin-launcher-framework-felix "1.0.8b"]