Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.ops4j.pax.construct |
ArtifactId | ArtifactIdmaven-archetype-osgi-service |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
maven-archetype-osgi-service-1.0.3.pom | |
maven-archetype-osgi-service-1.0.3.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.construct/maven-archetype-osgi-service/ -->
<dependency>
<groupId>org.ops4j.pax.construct</groupId>
<artifactId>maven-archetype-osgi-service</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.construct/maven-archetype-osgi-service/
implementation 'org.ops4j.pax.construct:maven-archetype-osgi-service:1.0.3'
// https://jarcasting.com/artifacts/org.ops4j.pax.construct/maven-archetype-osgi-service/
implementation ("org.ops4j.pax.construct:maven-archetype-osgi-service:1.0.3")
'org.ops4j.pax.construct:maven-archetype-osgi-service:jar:1.0.3'
<dependency org="org.ops4j.pax.construct" name="maven-archetype-osgi-service" rev="1.0.3">
<artifact name="maven-archetype-osgi-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.construct', module='maven-archetype-osgi-service', version='1.0.3')
)
libraryDependencies += "org.ops4j.pax.construct" % "maven-archetype-osgi-service" % "1.0.3"
[org.ops4j.pax.construct/maven-archetype-osgi-service "1.0.3"]