License |
License |
---|---|
GroupId | GroupIdcom.effectiveosgi |
ArtifactId | ArtifactIdeosgi-test-module-archetype |
Version | Version0.0.5 |
Type | Typejar |
Description |
DescriptionEffective OSGi Maven Test Module Archetype
Maven archetypes for OSGi projects
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.effectiveosgi/eosgi-test-module-archetype/ -->
<dependency>
<groupId>com.effectiveosgi</groupId>
<artifactId>eosgi-test-module-archetype</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.effectiveosgi/eosgi-test-module-archetype/
implementation 'com.effectiveosgi:eosgi-test-module-archetype:0.0.5'
// https://jarcasting.com/artifacts/com.effectiveosgi/eosgi-test-module-archetype/
implementation ("com.effectiveosgi:eosgi-test-module-archetype:0.0.5")
'com.effectiveosgi:eosgi-test-module-archetype:jar:0.0.5'
<dependency org="com.effectiveosgi" name="eosgi-test-module-archetype" rev="0.0.5">
<artifact name="eosgi-test-module-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.effectiveosgi', module='eosgi-test-module-archetype', version='0.0.5')
)
libraryDependencies += "com.effectiveosgi" % "eosgi-test-module-archetype" % "0.0.5"
[com.effectiveosgi/eosgi-test-module-archetype "0.0.5"]