GroupId | GroupIdcom.arsframework |
---|---|
ArtifactId | ArtifactIdars-annotation |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
ars-annotation-1.2.1.pom | |
ars-annotation-1.2.1.jar | 33 KB |
ars-annotation-1.2.1-sources.jar | 22 KB |
ars-annotation-1.2.1-javadoc.jar | 166 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.arsframework/ars-annotation/ -->
<dependency>
<groupId>com.arsframework</groupId>
<artifactId>ars-annotation</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.arsframework/ars-annotation/
implementation 'com.arsframework:ars-annotation:1.2.1'
// https://jarcasting.com/artifacts/com.arsframework/ars-annotation/
implementation ("com.arsframework:ars-annotation:1.2.1")
'com.arsframework:ars-annotation:jar:1.2.1'
<dependency org="com.arsframework" name="ars-annotation" rev="1.2.1">
<artifact name="ars-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arsframework', module='ars-annotation', version='1.2.1')
)
libraryDependencies += "com.arsframework" % "ars-annotation" % "1.2.1"
[com.arsframework/ars-annotation "1.2.1"]