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