Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdhk2-runlevel |
Version | Version2.1.20 |
Type | Typejar |
Filename | Size |
---|---|
hk2-runlevel-2.1.20.pom | |
hk2-runlevel-2.1.20.jar | 29 KB |
hk2-runlevel-2.1.20-sources.jar | 25 KB |
hk2-runlevel-2.1.20-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-runlevel/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-runlevel</artifactId>
<version>2.1.20</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-runlevel/
implementation 'org.glassfish.hk2:hk2-runlevel:2.1.20'
// https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-runlevel/
implementation ("org.glassfish.hk2:hk2-runlevel:2.1.20")
'org.glassfish.hk2:hk2-runlevel:jar:2.1.20'
<dependency org="org.glassfish.hk2" name="hk2-runlevel" rev="2.1.20">
<artifact name="hk2-runlevel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='hk2-runlevel', version='2.1.20')
)
libraryDependencies += "org.glassfish.hk2" % "hk2-runlevel" % "2.1.20"
[org.glassfish.hk2/hk2-runlevel "2.1.20"]