License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers |
GroupId | GroupIdorg.jboss.jbossas.as7-cdi-tck |
ArtifactId | ArtifactIdcdi-tck-parent |
Last Version | Last Version1.0.0.Final |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWeld TCK Tunner
Parent for the CDI tck runner in AS7
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
cdi-tck-parent-1.0.0.Final.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.jbossas.as7-cdi-tck/cdi-tck-parent/ -->
<dependency>
<groupId>org.jboss.jbossas.as7-cdi-tck</groupId>
<artifactId>cdi-tck-parent</artifactId>
<version>1.0.0.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.jbossas.as7-cdi-tck/cdi-tck-parent/
implementation 'org.jboss.jbossas.as7-cdi-tck:cdi-tck-parent:1.0.0.Final'
// https://jarcasting.com/artifacts/org.jboss.jbossas.as7-cdi-tck/cdi-tck-parent/
implementation ("org.jboss.jbossas.as7-cdi-tck:cdi-tck-parent:1.0.0.Final")
'org.jboss.jbossas.as7-cdi-tck:cdi-tck-parent:pom:1.0.0.Final'
<dependency org="org.jboss.jbossas.as7-cdi-tck" name="cdi-tck-parent" rev="1.0.0.Final">
<artifact name="cdi-tck-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.jbossas.as7-cdi-tck', module='cdi-tck-parent', version='1.0.0.Final')
)
libraryDependencies += "org.jboss.jbossas.as7-cdi-tck" % "cdi-tck-parent" % "1.0.0.Final"
[org.jboss.jbossas.as7-cdi-tck/cdi-tck-parent "1.0.0.Final"]