GroupId | GroupIdorg.nakedosgi |
---|---|
ArtifactId | ArtifactIdbundle-archetype |
Last Version | Last Version0.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNaked OSGi Bundle Archetype
|
Filename | Size |
---|---|
bundle-archetype-0.4.0.pom | |
bundle-archetype-0.4.0.jar | 8 KB |
bundle-archetype-0.4.0-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nakedosgi/bundle-archetype/ -->
<dependency>
<groupId>org.nakedosgi</groupId>
<artifactId>bundle-archetype</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.nakedosgi/bundle-archetype/
implementation 'org.nakedosgi:bundle-archetype:0.4.0'
// https://jarcasting.com/artifacts/org.nakedosgi/bundle-archetype/
implementation ("org.nakedosgi:bundle-archetype:0.4.0")
'org.nakedosgi:bundle-archetype:jar:0.4.0'
<dependency org="org.nakedosgi" name="bundle-archetype" rev="0.4.0">
<artifact name="bundle-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nakedosgi', module='bundle-archetype', version='0.4.0')
)
libraryDependencies += "org.nakedosgi" % "bundle-archetype" % "0.4.0"
[org.nakedosgi/bundle-archetype "0.4.0"]