GroupId | GroupIdcom.couchace |
---|---|
ArtifactId | ArtifactIdcouchace-all |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
couchace-all-1.4.0.pom | |
couchace-all-1.4.0.jar | 261 bytes |
couchace-all-1.4.0-sources.jar | 261 bytes |
couchace-all-1.4.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.couchace/couchace-all/ -->
<dependency>
<groupId>com.couchace</groupId>
<artifactId>couchace-all</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.couchace/couchace-all/
implementation 'com.couchace:couchace-all:1.4.0'
// https://jarcasting.com/artifacts/com.couchace/couchace-all/
implementation ("com.couchace:couchace-all:1.4.0")
'com.couchace:couchace-all:jar:1.4.0'
<dependency org="com.couchace" name="couchace-all" rev="1.4.0">
<artifact name="couchace-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.couchace', module='couchace-all', version='1.4.0')
)
libraryDependencies += "com.couchace" % "couchace-all" % "1.4.0"
[com.couchace/couchace-all "1.4.0"]