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