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