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