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