GroupId | GroupIdcom.atommiddleware |
---|---|
ArtifactId | ArtifactIdl2cache-core |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
l2cache-core-1.0.7.pom | |
l2cache-core-1.0.7.jar | 22 KB |
l2cache-core-1.0.7-sources.jar | 11 KB |
l2cache-core-1.0.7-javadoc.jar | 133 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.atommiddleware/l2cache-core/ -->
<dependency>
<groupId>com.atommiddleware</groupId>
<artifactId>l2cache-core</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.atommiddleware/l2cache-core/
implementation 'com.atommiddleware:l2cache-core:1.0.7'
// https://jarcasting.com/artifacts/com.atommiddleware/l2cache-core/
implementation ("com.atommiddleware:l2cache-core:1.0.7")
'com.atommiddleware:l2cache-core:jar:1.0.7'
<dependency org="com.atommiddleware" name="l2cache-core" rev="1.0.7">
<artifact name="l2cache-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atommiddleware', module='l2cache-core', version='1.0.7')
)
libraryDependencies += "com.atommiddleware" % "l2cache-core" % "1.0.7"
[com.atommiddleware/l2cache-core "1.0.7"]