Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.oneandone |
ArtifactId | ArtifactIdejb-cdi-unit-parent |
Version | Version1.0.11 |
Type | Typepom |
Filename | Size |
---|---|
ejb-cdi-unit-parent-1.0.11.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.oneandone/ejb-cdi-unit-parent/ -->
<dependency>
<groupId>net.oneandone</groupId>
<artifactId>ejb-cdi-unit-parent</artifactId>
<version>1.0.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone/ejb-cdi-unit-parent/
implementation 'net.oneandone:ejb-cdi-unit-parent:1.0.11'
// https://jarcasting.com/artifacts/net.oneandone/ejb-cdi-unit-parent/
implementation ("net.oneandone:ejb-cdi-unit-parent:1.0.11")
'net.oneandone:ejb-cdi-unit-parent:pom:1.0.11'
<dependency org="net.oneandone" name="ejb-cdi-unit-parent" rev="1.0.11">
<artifact name="ejb-cdi-unit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.oneandone', module='ejb-cdi-unit-parent', version='1.0.11')
)
libraryDependencies += "net.oneandone" % "ejb-cdi-unit-parent" % "1.0.11"
[net.oneandone/ejb-cdi-unit-parent "1.0.11"]