Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdosgi-adapter-test |
Version | Version2.1.49 |
Type | Typejar |
Filename | Size |
---|---|
osgi-adapter-test-2.1.49.pom | |
osgi-adapter-test-2.1.49.jar | 3 KB |
osgi-adapter-test-2.1.49-javadoc.jar | 336 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/osgi-adapter-test/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>osgi-adapter-test</artifactId>
<version>2.1.49</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/osgi-adapter-test/
implementation 'org.glassfish.hk2:osgi-adapter-test:2.1.49'
// https://jarcasting.com/artifacts/org.glassfish.hk2/osgi-adapter-test/
implementation ("org.glassfish.hk2:osgi-adapter-test:2.1.49")
'org.glassfish.hk2:osgi-adapter-test:jar:2.1.49'
<dependency org="org.glassfish.hk2" name="osgi-adapter-test" rev="2.1.49">
<artifact name="osgi-adapter-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='osgi-adapter-test', version='2.1.49')
)
libraryDependencies += "org.glassfish.hk2" % "osgi-adapter-test" % "2.1.49"
[org.glassfish.hk2/osgi-adapter-test "2.1.49"]