Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.oneandone.ioc-unit |
ArtifactId | ArtifactIdweld2-starter |
Version | Version2.0.1-alpha-06 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.oneandone.ioc-unit/weld2-starter/ -->
<dependency>
<groupId>net.oneandone.ioc-unit</groupId>
<artifactId>weld2-starter</artifactId>
<version>2.0.1-alpha-06</version>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone.ioc-unit/weld2-starter/
implementation 'net.oneandone.ioc-unit:weld2-starter:2.0.1-alpha-06'
// https://jarcasting.com/artifacts/net.oneandone.ioc-unit/weld2-starter/
implementation ("net.oneandone.ioc-unit:weld2-starter:2.0.1-alpha-06")
'net.oneandone.ioc-unit:weld2-starter:jar:2.0.1-alpha-06'
<dependency org="net.oneandone.ioc-unit" name="weld2-starter" rev="2.0.1-alpha-06">
<artifact name="weld2-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oneandone.ioc-unit', module='weld2-starter', version='2.0.1-alpha-06')
)
libraryDependencies += "net.oneandone.ioc-unit" % "weld2-starter" % "2.0.1-alpha-06"
[net.oneandone.ioc-unit/weld2-starter "2.0.1-alpha-06"]