License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.oneandone |
ArtifactId | ArtifactIdweld-starter-base |
Version | Version2.0.1-alpha-03 |
Type | Typejar |
Description |
Descriptionnet.oneandone:weld-starter-base
Contains the common classes to support the starting of weld standalone engines.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/net.oneandone/weld-starter-base/ -->
<dependency>
<groupId>net.oneandone</groupId>
<artifactId>weld-starter-base</artifactId>
<version>2.0.1-alpha-03</version>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone/weld-starter-base/
implementation 'net.oneandone:weld-starter-base:2.0.1-alpha-03'
// https://jarcasting.com/artifacts/net.oneandone/weld-starter-base/
implementation ("net.oneandone:weld-starter-base:2.0.1-alpha-03")
'net.oneandone:weld-starter-base:jar:2.0.1-alpha-03'
<dependency org="net.oneandone" name="weld-starter-base" rev="2.0.1-alpha-03">
<artifact name="weld-starter-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oneandone', module='weld-starter-base', version='2.0.1-alpha-03')
)
libraryDependencies += "net.oneandone" % "weld-starter-base" % "2.0.1-alpha-03"
[net.oneandone/weld-starter-base "2.0.1-alpha-03"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.jboss.weld : weld-spi | jar | 3.0.Final |
javax.enterprise : cdi-api | jar | 2.0.SP1 |