License |
License |
---|---|
Categories |
CategoriesContainer |
GroupId | GroupIdorg.cdisource.beancontainer |
ArtifactId | ArtifactIdbeancontainer-jndi-impl |
Last Version | Last Version0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJNDI Bean Container Implementation
BeanContainer API Impl accessing a Java EE 6 container managed CDI implementation
|
Project Organization |
Project OrganizationCDI Advocate |
<!-- https://jarcasting.com/artifacts/org.cdisource.beancontainer/beancontainer-jndi-impl/ -->
<dependency>
<groupId>org.cdisource.beancontainer</groupId>
<artifactId>beancontainer-jndi-impl</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.cdisource.beancontainer/beancontainer-jndi-impl/
implementation 'org.cdisource.beancontainer:beancontainer-jndi-impl:0.9'
// https://jarcasting.com/artifacts/org.cdisource.beancontainer/beancontainer-jndi-impl/
implementation ("org.cdisource.beancontainer:beancontainer-jndi-impl:0.9")
'org.cdisource.beancontainer:beancontainer-jndi-impl:jar:0.9'
<dependency org="org.cdisource.beancontainer" name="beancontainer-jndi-impl" rev="0.9">
<artifact name="beancontainer-jndi-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cdisource.beancontainer', module='beancontainer-jndi-impl', version='0.9')
)
libraryDependencies += "org.cdisource.beancontainer" % "beancontainer-jndi-impl" % "0.9"
[org.cdisource.beancontainer/beancontainer-jndi-impl "0.9"]
Group / Artifact | Type | Version |
---|---|---|
org.cdisource.beancontainer : beancontainer-api | jar | 0.9 |
Group / Artifact | Type | Version |
---|---|---|
javax.enterprise : cdi-api | jar | 1.0-SP1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.cdisource.beancontainer : beancontainer-test | jar | 0.9 |