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