GroupId | GroupIdclub.zhcs |
---|---|
ArtifactId | ArtifactIdtiny |
Version | Version2.3.3.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
tiny-2.3.3.RELEASE.pom | |
tiny-2.3.3.RELEASE.jar | 756 KB |
tiny-2.3.3.RELEASE-sources.jar | 683 KB |
tiny-2.3.3.RELEASE-javadoc.jar | 456 KB |
Browse |
<!-- https://jarcasting.com/artifacts/club.zhcs/tiny/ -->
<dependency>
<groupId>club.zhcs</groupId>
<artifactId>tiny</artifactId>
<version>2.3.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/club.zhcs/tiny/
implementation 'club.zhcs:tiny:2.3.3.RELEASE'
// https://jarcasting.com/artifacts/club.zhcs/tiny/
implementation ("club.zhcs:tiny:2.3.3.RELEASE")
'club.zhcs:tiny:jar:2.3.3.RELEASE'
<dependency org="club.zhcs" name="tiny" rev="2.3.3.RELEASE">
<artifact name="tiny" type="jar" />
</dependency>
@Grapes(
@Grab(group='club.zhcs', module='tiny', version='2.3.3.RELEASE')
)
libraryDependencies += "club.zhcs" % "tiny" % "2.3.3.RELEASE"
[club.zhcs/tiny "2.3.3.RELEASE"]