| GroupId | GroupIdcom.github.differentway |
|---|---|
| ArtifactId | ArtifactIdcouchmove |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| couchmove-1.0.2.pom | |
| couchmove-1.0.2.jar | 39 KB |
| couchmove-1.0.2-sources.jar | 19 KB |
| couchmove-1.0.2-javadoc.jar | 135 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.differentway/couchmove/ -->
<dependency>
<groupId>com.github.differentway</groupId>
<artifactId>couchmove</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.differentway/couchmove/
implementation 'com.github.differentway:couchmove:1.0.2'
// https://jarcasting.com/artifacts/com.github.differentway/couchmove/
implementation ("com.github.differentway:couchmove:1.0.2")
'com.github.differentway:couchmove:jar:1.0.2'
<dependency org="com.github.differentway" name="couchmove" rev="1.0.2">
<artifact name="couchmove" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.differentway', module='couchmove', version='1.0.2')
)
libraryDependencies += "com.github.differentway" % "couchmove" % "1.0.2"
[com.github.differentway/couchmove "1.0.2"]