| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.oneandone |
| ArtifactId | ArtifactIdejb-cdi-unit-parent |
| Version | Version1.0.7 |
| Type | Typepom |
| Filename | Size |
|---|---|
| ejb-cdi-unit-parent-1.0.7.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.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone/ejb-cdi-unit-parent/
implementation 'net.oneandone:ejb-cdi-unit-parent:1.0.7'
// https://jarcasting.com/artifacts/net.oneandone/ejb-cdi-unit-parent/
implementation ("net.oneandone:ejb-cdi-unit-parent:1.0.7")
'net.oneandone:ejb-cdi-unit-parent:pom:1.0.7'
<dependency org="net.oneandone" name="ejb-cdi-unit-parent" rev="1.0.7">
<artifact name="ejb-cdi-unit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.oneandone', module='ejb-cdi-unit-parent', version='1.0.7')
)
libraryDependencies += "net.oneandone" % "ejb-cdi-unit-parent" % "1.0.7"
[net.oneandone/ejb-cdi-unit-parent "1.0.7"]