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