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