| GroupId | GroupIdcn.chenhuanming |
|---|---|
| ArtifactId | ArtifactIdoctopus |
| Version | Version1.1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| octopus-1.1.3.pom | |
| octopus-1.1.3.jar | 84 KB |
| octopus-1.1.3-sources.jar | 39 KB |
| octopus-1.1.3-javadoc.jar | 362 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.chenhuanming/octopus/ -->
<dependency>
<groupId>cn.chenhuanming</groupId>
<artifactId>octopus</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.chenhuanming/octopus/
implementation 'cn.chenhuanming:octopus:1.1.3'
// https://jarcasting.com/artifacts/cn.chenhuanming/octopus/
implementation ("cn.chenhuanming:octopus:1.1.3")
'cn.chenhuanming:octopus:jar:1.1.3'
<dependency org="cn.chenhuanming" name="octopus" rev="1.1.3">
<artifact name="octopus" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.chenhuanming', module='octopus', version='1.1.3')
)
libraryDependencies += "cn.chenhuanming" % "octopus" % "1.1.3"
[cn.chenhuanming/octopus "1.1.3"]