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