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