License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.oneandone.ioc-unit |
ArtifactId | ArtifactIdweld31-starter |
Version | Version2.0.43 |
Type | Typejar |
Description |
Descriptionnet.oneandone.ioc-unit:weld31-starter
Supports the starting of a weld 3.1 standalone engine using a version-independent configuration.
|
Project URL |
Project URL |
Filename | Size |
---|---|
weld31-starter-2.0.43.pom | |
weld31-starter-2.0.43.jar | 10 KB |
weld31-starter-2.0.43-sources.jar | 5 KB |
weld31-starter-2.0.43-javadoc.jar | 402 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.oneandone.ioc-unit/weld31-starter/ -->
<dependency>
<groupId>net.oneandone.ioc-unit</groupId>
<artifactId>weld31-starter</artifactId>
<version>2.0.43</version>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone.ioc-unit/weld31-starter/
implementation 'net.oneandone.ioc-unit:weld31-starter:2.0.43'
// https://jarcasting.com/artifacts/net.oneandone.ioc-unit/weld31-starter/
implementation ("net.oneandone.ioc-unit:weld31-starter:2.0.43")
'net.oneandone.ioc-unit:weld31-starter:jar:2.0.43'
<dependency org="net.oneandone.ioc-unit" name="weld31-starter" rev="2.0.43">
<artifact name="weld31-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oneandone.ioc-unit', module='weld31-starter', version='2.0.43')
)
libraryDependencies += "net.oneandone.ioc-unit" % "weld31-starter" % "2.0.43"
[net.oneandone.ioc-unit/weld31-starter "2.0.43"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
net.oneandone.ioc-unit : weld-starter-base | jar | 2.0.43 |
org.jboss.weld : weld-spi | jar | 3.1.SP4 |
org.jboss.weld.se : weld-se-core | jar | 3.1.9.Final |
org.jboss.weld : weld-core-impl | jar | 3.1.9.Final |
org.jboss.weld.module : weld-web | jar | 3.1.9.Final |
org.jboss.weld.module : weld-jta | jar | 3.1.9.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |