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