Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.panhongan.bigdata |
ArtifactId | ArtifactIdzk-helper |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
zk-helper-1.0.pom | |
zk-helper-1.0.jar | 5 KB |
zk-helper-1.0-sources.jar | 4 KB |
zk-helper-1.0-javadoc.jar | 397 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.panhongan.bigdata/zk-helper/ -->
<dependency>
<groupId>com.github.panhongan.bigdata</groupId>
<artifactId>zk-helper</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.panhongan.bigdata/zk-helper/
implementation 'com.github.panhongan.bigdata:zk-helper:1.0'
// https://jarcasting.com/artifacts/com.github.panhongan.bigdata/zk-helper/
implementation ("com.github.panhongan.bigdata:zk-helper:1.0")
'com.github.panhongan.bigdata:zk-helper:jar:1.0'
<dependency org="com.github.panhongan.bigdata" name="zk-helper" rev="1.0">
<artifact name="zk-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.panhongan.bigdata', module='zk-helper', version='1.0')
)
libraryDependencies += "com.github.panhongan.bigdata" % "zk-helper" % "1.0"
[com.github.panhongan.bigdata/zk-helper "1.0"]