License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.ow2.util.maven.osgi |
ArtifactId | ArtifactIdlauncher-test-api |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOW2 Utilities :: Maven :: OSGi Test Services API
Test API for OSGi launcher plugins.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
launcher-test-api-2.0.0.pom | |
launcher-test-api-2.0.0.jar | 8 KB |
launcher-test-api-2.0.0-sources.jar | 7 KB |
launcher-test-api-2.0.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.util.maven.osgi/launcher-test-api/ -->
<dependency>
<groupId>org.ow2.util.maven.osgi</groupId>
<artifactId>launcher-test-api</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.util.maven.osgi/launcher-test-api/
implementation 'org.ow2.util.maven.osgi:launcher-test-api:2.0.0'
// https://jarcasting.com/artifacts/org.ow2.util.maven.osgi/launcher-test-api/
implementation ("org.ow2.util.maven.osgi:launcher-test-api:2.0.0")
'org.ow2.util.maven.osgi:launcher-test-api:jar:2.0.0'
<dependency org="org.ow2.util.maven.osgi" name="launcher-test-api" rev="2.0.0">
<artifact name="launcher-test-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.util.maven.osgi', module='launcher-test-api', version='2.0.0')
)
libraryDependencies += "org.ow2.util.maven.osgi" % "launcher-test-api" % "2.0.0"
[org.ow2.util.maven.osgi/launcher-test-api "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.osgi : org.osgi.core | jar | 4.3.0 |