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