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