| Группа | Группаcom.github.differentway |
|---|---|
| Идентификатор | Идентификаторcouchmove |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| couchmove-1.0.1.pom | |
| couchmove-1.0.1.jar | 39 KB |
| couchmove-1.0.1-sources.jar | 19 KB |
| couchmove-1.0.1-javadoc.jar | 135 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.differentway/couchmove/ -->
<dependency>
<groupId>com.github.differentway</groupId>
<artifactId>couchmove</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.differentway/couchmove/
implementation 'com.github.differentway:couchmove:1.0.1'
// https://jarcasting.com/artifacts/com.github.differentway/couchmove/
implementation ("com.github.differentway:couchmove:1.0.1")
'com.github.differentway:couchmove:jar:1.0.1'
<dependency org="com.github.differentway" name="couchmove" rev="1.0.1">
<artifact name="couchmove" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.differentway', module='couchmove', version='1.0.1')
)
libraryDependencies += "com.github.differentway" % "couchmove" % "1.0.1"
[com.github.differentway/couchmove "1.0.1"]