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