GroupId | GroupIdcn.vertxup |
---|---|
ArtifactId | ArtifactIdzero-is |
Version | Version0.8.0 |
Type | Typejar |
Filename | Size |
---|---|
zero-is-0.8.0.pom | |
zero-is-0.8.0.jar | 113 KB |
zero-is-0.8.0-sources.jar | 92 KB |
zero-is-0.8.0-javadoc.jar | 814 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.vertxup/zero-is/ -->
<dependency>
<groupId>cn.vertxup</groupId>
<artifactId>zero-is</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.vertxup/zero-is/
implementation 'cn.vertxup:zero-is:0.8.0'
// https://jarcasting.com/artifacts/cn.vertxup/zero-is/
implementation ("cn.vertxup:zero-is:0.8.0")
'cn.vertxup:zero-is:jar:0.8.0'
<dependency org="cn.vertxup" name="zero-is" rev="0.8.0">
<artifact name="zero-is" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.vertxup', module='zero-is', version='0.8.0')
)
libraryDependencies += "cn.vertxup" % "zero-is" % "0.8.0"
[cn.vertxup/zero-is "0.8.0"]