is not current version
Last Version 2.3.0-b01

org.glassfish.hk2:hk2-build 2.1.1


Categories

Categories

GlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection
GroupId

GroupId

org.glassfish.hk2
ArtifactId

ArtifactId

hk2-build
Version

Version

2.1.1
Type

Type

pom

Download hk2-build 2.1.1

Filename Size
hk2-build-2.1.1.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-build/ -->
<dependency>
    <groupId>org.glassfish.hk2</groupId>
    <artifactId>hk2-build</artifactId>
    <version>2.1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-build/
implementation 'org.glassfish.hk2:hk2-build:2.1.1'
// https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-build/
implementation ("org.glassfish.hk2:hk2-build:2.1.1")
'org.glassfish.hk2:hk2-build:pom:2.1.1'
<dependency org="org.glassfish.hk2" name="hk2-build" rev="2.1.1">
  <artifact name="hk2-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='hk2-build', version='2.1.1')
)
libraryDependencies += "org.glassfish.hk2" % "hk2-build" % "2.1.1"
[org.glassfish.hk2/hk2-build "2.1.1"]