License |
License |
---|---|
GroupId | GroupIdorg.apache.winegrower.examples |
ArtifactId | ArtifactIdosgi-cdi |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Winegrower :: Examples :: OSGi CDI
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
osgi-cdi-1.0.1.pom | |
osgi-cdi-1.0.1.jar | 9 KB |
osgi-cdi-1.0.1-sources.jar | 9 KB |
osgi-cdi-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.winegrower.examples/osgi-cdi/
implementation 'org.apache.winegrower.examples:osgi-cdi:1.0.1'
// https://jarcasting.com/artifacts/org.apache.winegrower.examples/osgi-cdi/
implementation ("org.apache.winegrower.examples:osgi-cdi:1.0.1")
'org.apache.winegrower.examples:osgi-cdi:jar:1.0.1'
<dependency org="org.apache.winegrower.examples" name="osgi-cdi" rev="1.0.1">
<artifact name="osgi-cdi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.winegrower.examples', module='osgi-cdi', version='1.0.1')
)
libraryDependencies += "org.apache.winegrower.examples" % "osgi-cdi" % "1.0.1"
[org.apache.winegrower.examples/osgi-cdi "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.winegrower : winegrower-core | jar | 1.0.1 |
org.apache.winegrower.cepages : winegrower-cepage-osgi-cdi | jar | 1.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.0 |