Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.apache.openejb.maven |
ArtifactId | ArtifactIdspi-helper-jee6-profile |
Version | Version1.0-alpha-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.openejb.maven/spi-helper-jee6-profile/ -->
<dependency>
<groupId>org.apache.openejb.maven</groupId>
<artifactId>spi-helper-jee6-profile</artifactId>
<version>1.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.openejb.maven/spi-helper-jee6-profile/
implementation 'org.apache.openejb.maven:spi-helper-jee6-profile:1.0-alpha-1'
// https://jarcasting.com/artifacts/org.apache.openejb.maven/spi-helper-jee6-profile/
implementation ("org.apache.openejb.maven:spi-helper-jee6-profile:1.0-alpha-1")
'org.apache.openejb.maven:spi-helper-jee6-profile:jar:1.0-alpha-1'
<dependency org="org.apache.openejb.maven" name="spi-helper-jee6-profile" rev="1.0-alpha-1">
<artifact name="spi-helper-jee6-profile" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.openejb.maven', module='spi-helper-jee6-profile', version='1.0-alpha-1')
)
libraryDependencies += "org.apache.openejb.maven" % "spi-helper-jee6-profile" % "1.0-alpha-1"
[org.apache.openejb.maven/spi-helper-jee6-profile "1.0-alpha-1"]