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