CDI TCK Development
Check out the TCK Reference Guide to get acquainted with the CDI TCK and learn how to execute and debug it.
Sources in GIT
Master branch contains the work-in-progress on CDI TCK 3.0
License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers |
GroupId | GroupIdorg.jboss.jsr299.tck |
ArtifactId | ArtifactIdjsr299-tck-parent |
Last Version | Last Version1.0.6.Final |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCDI TCK
The parent POM for Weld, specifying the build parameters
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jsr299-tck-parent-1.0.6.Final.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.jsr299.tck/jsr299-tck-parent/ -->
<dependency>
<groupId>org.jboss.jsr299.tck</groupId>
<artifactId>jsr299-tck-parent</artifactId>
<version>1.0.6.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.jsr299.tck/jsr299-tck-parent/
implementation 'org.jboss.jsr299.tck:jsr299-tck-parent:1.0.6.Final'
// https://jarcasting.com/artifacts/org.jboss.jsr299.tck/jsr299-tck-parent/
implementation ("org.jboss.jsr299.tck:jsr299-tck-parent:1.0.6.Final")
'org.jboss.jsr299.tck:jsr299-tck-parent:pom:1.0.6.Final'
<dependency org="org.jboss.jsr299.tck" name="jsr299-tck-parent" rev="1.0.6.Final">
<artifact name="jsr299-tck-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.jsr299.tck', module='jsr299-tck-parent', version='1.0.6.Final')
)
libraryDependencies += "org.jboss.jsr299.tck" % "jsr299-tck-parent" % "1.0.6.Final"
[org.jboss.jsr299.tck/jsr299-tck-parent "1.0.6.Final"]
Check out the TCK Reference Guide to get acquainted with the CDI TCK and learn how to execute and debug it.
Master branch contains the work-in-progress on CDI TCK 3.0