License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.oneandone |
ArtifactId | ArtifactIdweld2-starter |
Version | Version2.0.1-alpha-03 |
Type | Typejar |
Description |
Descriptionnet.oneandone:weld2-starter
Supports the starting of a weld 2 standalone engine using a version-independent configuration.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/net.oneandone/weld2-starter/ -->
<dependency>
<groupId>net.oneandone</groupId>
<artifactId>weld2-starter</artifactId>
<version>2.0.1-alpha-03</version>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone/weld2-starter/
implementation 'net.oneandone:weld2-starter:2.0.1-alpha-03'
// https://jarcasting.com/artifacts/net.oneandone/weld2-starter/
implementation ("net.oneandone:weld2-starter:2.0.1-alpha-03")
'net.oneandone:weld2-starter:jar:2.0.1-alpha-03'
<dependency org="net.oneandone" name="weld2-starter" rev="2.0.1-alpha-03">
<artifact name="weld2-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oneandone', module='weld2-starter', version='2.0.1-alpha-03')
)
libraryDependencies += "net.oneandone" % "weld2-starter" % "2.0.1-alpha-03"
[net.oneandone/weld2-starter "2.0.1-alpha-03"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
net.oneandone : weld-starter-base | jar | 2.0.1-alpha-03 |
javax.enterprise : cdi-api | jar | 1.2 |
org.jboss.weld : weld-spi | jar | 2.3.Final |
org.jboss.weld.se : weld-se | jar | 2.3.5.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |