| License | License | 
|---|---|
| Categories | CategoriesMaven Build Tools | 
| GroupId | GroupIdorg.ops4j.pax.construct | 
| ArtifactId | ArtifactIdmaven-archetype-osgi-service | 
| Last Version | Last Version1.6.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionOPS4J - Archetype: Sample OSGi service A series of tools to help piece together code, jars, and
    bundles from different places into a single OSGi project
    built and managed by Maven | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| maven-archetype-osgi-service-1.6.0.pom | |
| maven-archetype-osgi-service-1.6.0.jar | 9 KB | 
| maven-archetype-osgi-service-1.6.0-javadoc.jar | 336 bytes | 
| 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.6.0</version>
</dependency>// https://jarcasting.com/artifacts/org.ops4j.pax.construct/maven-archetype-osgi-service/
implementation 'org.ops4j.pax.construct:maven-archetype-osgi-service:1.6.0'// https://jarcasting.com/artifacts/org.ops4j.pax.construct/maven-archetype-osgi-service/
implementation ("org.ops4j.pax.construct:maven-archetype-osgi-service:1.6.0")'org.ops4j.pax.construct:maven-archetype-osgi-service:jar:1.6.0'<dependency org="org.ops4j.pax.construct" name="maven-archetype-osgi-service" rev="1.6.0">
  <artifact name="maven-archetype-osgi-service" type="jar" />
</dependency>@Grapes(
@Grab(group='org.ops4j.pax.construct', module='maven-archetype-osgi-service', version='1.6.0')
)libraryDependencies += "org.ops4j.pax.construct" % "maven-archetype-osgi-service" % "1.6.0"[org.ops4j.pax.construct/maven-archetype-osgi-service "1.6.0"]