License |
License |
---|---|
Categories |
CategoriesContainer |
GroupId | GroupIdorg.cdisource.beancontainer |
ArtifactId | ArtifactIdbeancontainer-api |
Last Version | Last Version0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBeanContainer API
Base API for common bean container
|
Project Organization |
Project OrganizationCDI Advocate |
Filename | Size |
---|---|
beancontainer-api-0.9.pom | |
beancontainer-api-0.9.jar | 19 KB |
beancontainer-api-0.9-sources.jar | 13 KB |
beancontainer-api-0.9-javadoc.jar | 106 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cdisource.beancontainer/beancontainer-api/ -->
<dependency>
<groupId>org.cdisource.beancontainer</groupId>
<artifactId>beancontainer-api</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.cdisource.beancontainer/beancontainer-api/
implementation 'org.cdisource.beancontainer:beancontainer-api:0.9'
// https://jarcasting.com/artifacts/org.cdisource.beancontainer/beancontainer-api/
implementation ("org.cdisource.beancontainer:beancontainer-api:0.9")
'org.cdisource.beancontainer:beancontainer-api:jar:0.9'
<dependency org="org.cdisource.beancontainer" name="beancontainer-api" rev="0.9">
<artifact name="beancontainer-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cdisource.beancontainer', module='beancontainer-api', version='0.9')
)
libraryDependencies += "org.cdisource.beancontainer" % "beancontainer-api" % "0.9"
[org.cdisource.beancontainer/beancontainer-api "0.9"]
Group / Artifact | Type | Version |
---|---|---|
javax.enterprise : cdi-api | jar | 1.0-SP1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |