| License |
License |
|---|---|
| Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
| GroupId | GroupIdorg.glassfish.hk2 |
| ArtifactId | ArtifactIdfaux-sdp-bundle |
| Version | Version3.0.2 |
| Type | Typejar |
| Description |
DescriptionSimulates a bundle
Simulates a bundle
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| faux-sdp-bundle-3.0.2.pom | |
| faux-sdp-bundle-3.0.2.jar | 16 KB |
| faux-sdp-bundle-3.0.2-sources.jar | 16 KB |
| faux-sdp-bundle-3.0.2-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/faux-sdp-bundle/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>faux-sdp-bundle</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/faux-sdp-bundle/
implementation 'org.glassfish.hk2:faux-sdp-bundle:3.0.2'
// https://jarcasting.com/artifacts/org.glassfish.hk2/faux-sdp-bundle/
implementation ("org.glassfish.hk2:faux-sdp-bundle:3.0.2")
'org.glassfish.hk2:faux-sdp-bundle:jar:3.0.2'
<dependency org="org.glassfish.hk2" name="faux-sdp-bundle" rev="3.0.2">
<artifact name="faux-sdp-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='faux-sdp-bundle', version='3.0.2')
)
libraryDependencies += "org.glassfish.hk2" % "faux-sdp-bundle" % "3.0.2"
[org.glassfish.hk2/faux-sdp-bundle "3.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.glassfish.hk2 : hk2-api | jar | 3.0.2 |
| org.glassfish.hk2 : contract-bundle | jar | 3.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.easymock : easymock | jar | 3.5 |