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