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