GroupId | GroupIdcom.github.celeskyking |
---|---|
ArtifactId | ArtifactIds-tea |
Version | Version2.4.6 |
Type | Typejar |
Filename | Size |
---|---|
s-tea-2.4.6.pom | |
s-tea-2.4.6.jar | 294 KB |
s-tea-2.4.6-sources.jar | 177 KB |
s-tea-2.4.6-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.celeskyking/s-tea/ -->
<dependency>
<groupId>com.github.celeskyking</groupId>
<artifactId>s-tea</artifactId>
<version>2.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.celeskyking/s-tea/
implementation 'com.github.celeskyking:s-tea:2.4.6'
// https://jarcasting.com/artifacts/com.github.celeskyking/s-tea/
implementation ("com.github.celeskyking:s-tea:2.4.6")
'com.github.celeskyking:s-tea:jar:2.4.6'
<dependency org="com.github.celeskyking" name="s-tea" rev="2.4.6">
<artifact name="s-tea" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.celeskyking', module='s-tea', version='2.4.6')
)
libraryDependencies += "com.github.celeskyking" % "s-tea" % "2.4.6"
[com.github.celeskyking/s-tea "2.4.6"]