License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers |
GroupId | GroupIdorg.jboss.weld.osgi.examples |
ArtifactId | ArtifactIdweld-osgi-web |
Last Version | Last Version1.2.0.Beta1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWeld OSGi (Examples Web)
Web example for Weld-OSGi
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
weld-osgi-web-1.2.0.Beta1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.weld.osgi.examples/weld-osgi-web/ -->
<dependency>
<groupId>org.jboss.weld.osgi.examples</groupId>
<artifactId>weld-osgi-web</artifactId>
<version>1.2.0.Beta1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.weld.osgi.examples/weld-osgi-web/
implementation 'org.jboss.weld.osgi.examples:weld-osgi-web:1.2.0.Beta1'
// https://jarcasting.com/artifacts/org.jboss.weld.osgi.examples/weld-osgi-web/
implementation ("org.jboss.weld.osgi.examples:weld-osgi-web:1.2.0.Beta1")
'org.jboss.weld.osgi.examples:weld-osgi-web:pom:1.2.0.Beta1'
<dependency org="org.jboss.weld.osgi.examples" name="weld-osgi-web" rev="1.2.0.Beta1">
<artifact name="weld-osgi-web" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.weld.osgi.examples', module='weld-osgi-web', version='1.2.0.Beta1')
)
libraryDependencies += "org.jboss.weld.osgi.examples" % "weld-osgi-web" % "1.2.0.Beta1"
[org.jboss.weld.osgi.examples/weld-osgi-web "1.2.0.Beta1"]