License |
License |
---|---|
Categories |
CategoriesContainer |
GroupId | GroupIdorg.cdisource.beancontainer |
ArtifactId | ArtifactIdbeancontainer-test |
Last Version | Last Version0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBeancontainer testing harness
The parent POM for Weld, specifying the build parameters
|
Project Organization |
Project OrganizationCDI Advocate |
Filename | Size |
---|---|
beancontainer-test-0.9.pom | |
beancontainer-test-0.9.jar | 7 KB |
beancontainer-test-0.9-sources.jar | 4 KB |
beancontainer-test-0.9-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cdisource.beancontainer/beancontainer-test/ -->
<dependency>
<groupId>org.cdisource.beancontainer</groupId>
<artifactId>beancontainer-test</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.cdisource.beancontainer/beancontainer-test/
implementation 'org.cdisource.beancontainer:beancontainer-test:0.9'
// https://jarcasting.com/artifacts/org.cdisource.beancontainer/beancontainer-test/
implementation ("org.cdisource.beancontainer:beancontainer-test:0.9")
'org.cdisource.beancontainer:beancontainer-test:jar:0.9'
<dependency org="org.cdisource.beancontainer" name="beancontainer-test" rev="0.9">
<artifact name="beancontainer-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cdisource.beancontainer', module='beancontainer-test', version='0.9')
)
libraryDependencies += "org.cdisource.beancontainer" % "beancontainer-test" % "0.9"
[org.cdisource.beancontainer/beancontainer-test "0.9"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.cdisource.beancontainer : beancontainer-api | jar | 0.9 |
Group / Artifact | Type | Version |
---|---|---|
javax.enterprise : cdi-api | jar | 1.0-SP1 |