GroupId | GroupIdcom.couchace |
---|---|
ArtifactId | ArtifactIdcouchace-annotations |
Version | Version1.4.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.couchace/couchace-annotations/ -->
<dependency>
<groupId>com.couchace</groupId>
<artifactId>couchace-annotations</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.couchace/couchace-annotations/
implementation 'com.couchace:couchace-annotations:1.4.1'
// https://jarcasting.com/artifacts/com.couchace/couchace-annotations/
implementation ("com.couchace:couchace-annotations:1.4.1")
'com.couchace:couchace-annotations:jar:1.4.1'
<dependency org="com.couchace" name="couchace-annotations" rev="1.4.1">
<artifact name="couchace-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.couchace', module='couchace-annotations', version='1.4.1')
)
libraryDependencies += "com.couchace" % "couchace-annotations" % "1.4.1"
[com.couchace/couchace-annotations "1.4.1"]