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