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