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