GroupId | GroupIdcom.ardikars.common |
---|---|
ArtifactId | ArtifactIdcommon-memory |
Version | Version1.3.1.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.ardikars.common/common-memory/ -->
<dependency>
<groupId>com.ardikars.common</groupId>
<artifactId>common-memory</artifactId>
<version>1.3.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.ardikars.common/common-memory/
implementation 'com.ardikars.common:common-memory:1.3.1.RELEASE'
// https://jarcasting.com/artifacts/com.ardikars.common/common-memory/
implementation ("com.ardikars.common:common-memory:1.3.1.RELEASE")
'com.ardikars.common:common-memory:jar:1.3.1.RELEASE'
<dependency org="com.ardikars.common" name="common-memory" rev="1.3.1.RELEASE">
<artifact name="common-memory" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ardikars.common', module='common-memory', version='1.3.1.RELEASE')
)
libraryDependencies += "com.ardikars.common" % "common-memory" % "1.3.1.RELEASE"
[com.ardikars.common/common-memory "1.3.1.RELEASE"]