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