License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers |
GroupId | GroupIdorg.jboss.weld.osgi.examples |
ArtifactId | ArtifactIdweld-osgi-ee |
Last Version | Last Version1.2.0.Beta1 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionWeld OSGi (Examples Java EE Integration)
Java EE integration example for Weld-OSGi
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
weld-osgi-ee-1.2.0.Beta1.pom | |
weld-osgi-ee-1.2.0.Beta1.war | 1 MB |
weld-osgi-ee-1.2.0.Beta1-sources.jar | 14 KB |
weld-osgi-ee-1.2.0.Beta1-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.weld.osgi.examples/weld-osgi-ee/ -->
<dependency>
<groupId>org.jboss.weld.osgi.examples</groupId>
<artifactId>weld-osgi-ee</artifactId>
<version>1.2.0.Beta1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.weld.osgi.examples/weld-osgi-ee/
implementation 'org.jboss.weld.osgi.examples:weld-osgi-ee:1.2.0.Beta1'
// https://jarcasting.com/artifacts/org.jboss.weld.osgi.examples/weld-osgi-ee/
implementation ("org.jboss.weld.osgi.examples:weld-osgi-ee:1.2.0.Beta1")
'org.jboss.weld.osgi.examples:weld-osgi-ee:war:1.2.0.Beta1'
<dependency org="org.jboss.weld.osgi.examples" name="weld-osgi-ee" rev="1.2.0.Beta1">
<artifact name="weld-osgi-ee" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jboss.weld.osgi.examples', module='weld-osgi-ee', version='1.2.0.Beta1')
)
libraryDependencies += "org.jboss.weld.osgi.examples" % "weld-osgi-ee" % "1.2.0.Beta1"
[org.jboss.weld.osgi.examples/weld-osgi-ee "1.2.0.Beta1"]
Group / Artifact | Type | Version |
---|---|---|
org.jboss.weld.osgi : weld-osgi-core-api | jar | 1.2.0.Beta1 |
org.jboss.weld.osgi : weld-osgi-ee-integration | jar | 1.2.0.Beta1 |
org.jboss.weld.osgi : weld-osgi-core-extension | jar | 1.2.0.Beta1 |
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-web-api | jar | 6.0 |
org.osgi : org.osgi.core | jar | 4.2.0 |
org.jboss.weld.osgi.examples : weld-osgi-web-api | jar | 1.2.0.Beta1 |