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