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