Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.oneandone.ioc-unit |
ArtifactId | ArtifactIdweld31-starter |
Version | Version2.0.33 |
Type | Typejar |
Filename | Size |
---|---|
weld31-starter-2.0.33.pom | |
weld31-starter-2.0.33.jar | 10 KB |
weld31-starter-2.0.33-sources.jar | 5 KB |
weld31-starter-2.0.33-javadoc.jar | 34 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.33</version>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone.ioc-unit/weld31-starter/
implementation 'net.oneandone.ioc-unit:weld31-starter:2.0.33'
// https://jarcasting.com/artifacts/net.oneandone.ioc-unit/weld31-starter/
implementation ("net.oneandone.ioc-unit:weld31-starter:2.0.33")
'net.oneandone.ioc-unit:weld31-starter:jar:2.0.33'
<dependency org="net.oneandone.ioc-unit" name="weld31-starter" rev="2.0.33">
<artifact name="weld31-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oneandone.ioc-unit', module='weld31-starter', version='2.0.33')
)
libraryDependencies += "net.oneandone.ioc-unit" % "weld31-starter" % "2.0.33"
[net.oneandone.ioc-unit/weld31-starter "2.0.33"]