Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdtiger-types-osgi |
Version | Version2.5.0-b38 |
Type | Typejar |
Filename | Size |
---|---|
tiger-types-osgi-2.5.0-b38.pom | |
tiger-types-osgi-2.5.0-b38.jar | 20 KB |
tiger-types-osgi-2.5.0-b38-sources.jar | 15 KB |
tiger-types-osgi-2.5.0-b38-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/tiger-types-osgi/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>tiger-types-osgi</artifactId>
<version>2.5.0-b38</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/tiger-types-osgi/
implementation 'org.glassfish.hk2:tiger-types-osgi:2.5.0-b38'
// https://jarcasting.com/artifacts/org.glassfish.hk2/tiger-types-osgi/
implementation ("org.glassfish.hk2:tiger-types-osgi:2.5.0-b38")
'org.glassfish.hk2:tiger-types-osgi:jar:2.5.0-b38'
<dependency org="org.glassfish.hk2" name="tiger-types-osgi" rev="2.5.0-b38">
<artifact name="tiger-types-osgi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='tiger-types-osgi', version='2.5.0-b38')
)
libraryDependencies += "org.glassfish.hk2" % "tiger-types-osgi" % "2.5.0-b38"
[org.glassfish.hk2/tiger-types-osgi "2.5.0-b38"]