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