Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdcustom-resolver-example |
Version | Version2.5.0-b29 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/custom-resolver-example/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>custom-resolver-example</artifactId>
<version>2.5.0-b29</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/custom-resolver-example/
implementation 'org.glassfish.hk2:custom-resolver-example:2.5.0-b29'
// https://jarcasting.com/artifacts/org.glassfish.hk2/custom-resolver-example/
implementation ("org.glassfish.hk2:custom-resolver-example:2.5.0-b29")
'org.glassfish.hk2:custom-resolver-example:jar:2.5.0-b29'
<dependency org="org.glassfish.hk2" name="custom-resolver-example" rev="2.5.0-b29">
<artifact name="custom-resolver-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='custom-resolver-example', version='2.5.0-b29')
)
libraryDependencies += "org.glassfish.hk2" % "custom-resolver-example" % "2.5.0-b29"
[org.glassfish.hk2/custom-resolver-example "2.5.0-b29"]