is not current version
Last Version 0.4.0

org.nakedosgi:bundle-archetype 0.3.0


GroupId

GroupId

org.nakedosgi
ArtifactId

ArtifactId

bundle-archetype
Version

Version

0.3.0
Type

Type

jar

Download bundle-archetype 0.3.0


<!-- https://jarcasting.com/artifacts/org.nakedosgi/bundle-archetype/ -->
<dependency>
    <groupId>org.nakedosgi</groupId>
    <artifactId>bundle-archetype</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.nakedosgi/bundle-archetype/
implementation 'org.nakedosgi:bundle-archetype:0.3.0'
// https://jarcasting.com/artifacts/org.nakedosgi/bundle-archetype/
implementation ("org.nakedosgi:bundle-archetype:0.3.0")
'org.nakedosgi:bundle-archetype:jar:0.3.0'
<dependency org="org.nakedosgi" name="bundle-archetype" rev="0.3.0">
  <artifact name="bundle-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nakedosgi', module='bundle-archetype', version='0.3.0')
)
libraryDependencies += "org.nakedosgi" % "bundle-archetype" % "0.3.0"
[org.nakedosgi/bundle-archetype "0.3.0"]