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