GroupId | GroupIdcn.vertxup |
---|---|
ArtifactId | ArtifactIdzero-graphic |
Version | Version0.6.1 |
Type | Typejar |
Filename | Size |
---|---|
zero-graphic-0.6.1.pom | |
zero-graphic-0.6.1.jar | 75 KB |
zero-graphic-0.6.1-sources.jar | 54 KB |
zero-graphic-0.6.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.vertxup/zero-graphic/
implementation 'cn.vertxup:zero-graphic:0.6.1'
// https://jarcasting.com/artifacts/cn.vertxup/zero-graphic/
implementation ("cn.vertxup:zero-graphic:0.6.1")
'cn.vertxup:zero-graphic:jar:0.6.1'
<dependency org="cn.vertxup" name="zero-graphic" rev="0.6.1">
<artifact name="zero-graphic" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.vertxup', module='zero-graphic', version='0.6.1')
)
libraryDependencies += "cn.vertxup" % "zero-graphic" % "0.6.1"
[cn.vertxup/zero-graphic "0.6.1"]