GroupId | GroupIdorg.apache.winegrower.examples |
---|---|
ArtifactId | ArtifactIdosgi-cdi |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
osgi-cdi-1.0.0.pom | |
osgi-cdi-1.0.0.jar | 10 KB |
osgi-cdi-1.0.0-sources.jar | 9 KB |
osgi-cdi-1.0.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.winegrower.examples/osgi-cdi/ -->
<dependency>
<groupId>org.apache.winegrower.examples</groupId>
<artifactId>osgi-cdi</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.winegrower.examples/osgi-cdi/
implementation 'org.apache.winegrower.examples:osgi-cdi:1.0.0'
// https://jarcasting.com/artifacts/org.apache.winegrower.examples/osgi-cdi/
implementation ("org.apache.winegrower.examples:osgi-cdi:1.0.0")
'org.apache.winegrower.examples:osgi-cdi:jar:1.0.0'
<dependency org="org.apache.winegrower.examples" name="osgi-cdi" rev="1.0.0">
<artifact name="osgi-cdi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.winegrower.examples', module='osgi-cdi', version='1.0.0')
)
libraryDependencies += "org.apache.winegrower.examples" % "osgi-cdi" % "1.0.0"
[org.apache.winegrower.examples/osgi-cdi "1.0.0"]