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