Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.tmatek |
ArtifactId | ArtifactIdzhang-shasha-java |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
zhang-shasha-java-1.0.pom | |
zhang-shasha-java-1.0.jar | 17 KB |
zhang-shasha-java-1.0-sources.jar | 11 KB |
zhang-shasha-java-1.0-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tmatek/zhang-shasha-java/ -->
<dependency>
<groupId>com.github.tmatek</groupId>
<artifactId>zhang-shasha-java</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tmatek/zhang-shasha-java/
implementation 'com.github.tmatek:zhang-shasha-java:1.0'
// https://jarcasting.com/artifacts/com.github.tmatek/zhang-shasha-java/
implementation ("com.github.tmatek:zhang-shasha-java:1.0")
'com.github.tmatek:zhang-shasha-java:jar:1.0'
<dependency org="com.github.tmatek" name="zhang-shasha-java" rev="1.0">
<artifact name="zhang-shasha-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tmatek', module='zhang-shasha-java', version='1.0')
)
libraryDependencies += "com.github.tmatek" % "zhang-shasha-java" % "1.0"
[com.github.tmatek/zhang-shasha-java "1.0"]