Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.oneandone.ioc-unit |
ArtifactId | ArtifactIdweld3-starter |
Version | Version2.0.38 |
Type | Typejar |
Filename | Size |
---|---|
weld3-starter-2.0.38.pom | |
weld3-starter-2.0.38.jar | 10 KB |
weld3-starter-2.0.38-sources.jar | 5 KB |
weld3-starter-2.0.38-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.oneandone.ioc-unit/weld3-starter/ -->
<dependency>
<groupId>net.oneandone.ioc-unit</groupId>
<artifactId>weld3-starter</artifactId>
<version>2.0.38</version>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone.ioc-unit/weld3-starter/
implementation 'net.oneandone.ioc-unit:weld3-starter:2.0.38'
// https://jarcasting.com/artifacts/net.oneandone.ioc-unit/weld3-starter/
implementation ("net.oneandone.ioc-unit:weld3-starter:2.0.38")
'net.oneandone.ioc-unit:weld3-starter:jar:2.0.38'
<dependency org="net.oneandone.ioc-unit" name="weld3-starter" rev="2.0.38">
<artifact name="weld3-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oneandone.ioc-unit', module='weld3-starter', version='2.0.38')
)
libraryDependencies += "net.oneandone.ioc-unit" % "weld3-starter" % "2.0.38"
[net.oneandone.ioc-unit/weld3-starter "2.0.38"]