Categories |
CategoriesAspectJ Development Tools Development Libraries |
---|---|
GroupId | GroupIdcom.github.zomin |
ArtifactId | ArtifactIdlayering-cache-aspectj |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
layering-cache-aspectj-1.0.3.pom | |
layering-cache-aspectj-1.0.3-sources.jar | 18 KB |
layering-cache-aspectj-1.0.3-javadoc.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zomin/layering-cache-aspectj/ -->
<dependency>
<groupId>com.github.zomin</groupId>
<artifactId>layering-cache-aspectj</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zomin/layering-cache-aspectj/
implementation 'com.github.zomin:layering-cache-aspectj:1.0.3'
// https://jarcasting.com/artifacts/com.github.zomin/layering-cache-aspectj/
implementation ("com.github.zomin:layering-cache-aspectj:1.0.3")
'com.github.zomin:layering-cache-aspectj:jar:1.0.3'
<dependency org="com.github.zomin" name="layering-cache-aspectj" rev="1.0.3">
<artifact name="layering-cache-aspectj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zomin', module='layering-cache-aspectj', version='1.0.3')
)
libraryDependencies += "com.github.zomin" % "layering-cache-aspectj" % "1.0.3"
[com.github.zomin/layering-cache-aspectj "1.0.3"]