GroupId | GroupIdcom.ardikars.common |
---|---|
ArtifactId | ArtifactIdcommon-memory |
Version | Version1.3.6 |
Type | Typejar |
Filename | Size |
---|---|
common-memory-1.3.6.pom | |
common-memory-1.3.6.jar | 55 KB |
common-memory-1.3.6-sources.jar | 32 KB |
common-memory-1.3.6-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ardikars.common/common-memory/ -->
<dependency>
<groupId>com.ardikars.common</groupId>
<artifactId>common-memory</artifactId>
<version>1.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.ardikars.common/common-memory/
implementation 'com.ardikars.common:common-memory:1.3.6'
// https://jarcasting.com/artifacts/com.ardikars.common/common-memory/
implementation ("com.ardikars.common:common-memory:1.3.6")
'com.ardikars.common:common-memory:jar:1.3.6'
<dependency org="com.ardikars.common" name="common-memory" rev="1.3.6">
<artifact name="common-memory" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ardikars.common', module='common-memory', version='1.3.6')
)
libraryDependencies += "com.ardikars.common" % "common-memory" % "1.3.6"
[com.ardikars.common/common-memory "1.3.6"]