Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdosgi-adapter-tests-parent |
Version | Version3.0.0 |
Type | Typepom |
Filename | Size |
---|---|
osgi-adapter-tests-parent-3.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/osgi-adapter-tests-parent/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>osgi-adapter-tests-parent</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/osgi-adapter-tests-parent/
implementation 'org.glassfish.hk2:osgi-adapter-tests-parent:3.0.0'
// https://jarcasting.com/artifacts/org.glassfish.hk2/osgi-adapter-tests-parent/
implementation ("org.glassfish.hk2:osgi-adapter-tests-parent:3.0.0")
'org.glassfish.hk2:osgi-adapter-tests-parent:pom:3.0.0'
<dependency org="org.glassfish.hk2" name="osgi-adapter-tests-parent" rev="3.0.0">
<artifact name="osgi-adapter-tests-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='osgi-adapter-tests-parent', version='3.0.0')
)
libraryDependencies += "org.glassfish.hk2" % "osgi-adapter-tests-parent" % "3.0.0"
[org.glassfish.hk2/osgi-adapter-tests-parent "3.0.0"]