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