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