Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.oneandone.ioc-unit |
ArtifactId | ArtifactIdweld-starter-parent |
Version | Version2.0.1 |
Type | Typepom |
Filename | Size |
---|---|
weld-starter-parent-2.0.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.oneandone.ioc-unit/weld-starter-parent/ -->
<dependency>
<groupId>net.oneandone.ioc-unit</groupId>
<artifactId>weld-starter-parent</artifactId>
<version>2.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone.ioc-unit/weld-starter-parent/
implementation 'net.oneandone.ioc-unit:weld-starter-parent:2.0.1'
// https://jarcasting.com/artifacts/net.oneandone.ioc-unit/weld-starter-parent/
implementation ("net.oneandone.ioc-unit:weld-starter-parent:2.0.1")
'net.oneandone.ioc-unit:weld-starter-parent:pom:2.0.1'
<dependency org="net.oneandone.ioc-unit" name="weld-starter-parent" rev="2.0.1">
<artifact name="weld-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.oneandone.ioc-unit', module='weld-starter-parent', version='2.0.1')
)
libraryDependencies += "net.oneandone.ioc-unit" % "weld-starter-parent" % "2.0.1"
[net.oneandone.ioc-unit/weld-starter-parent "2.0.1"]