GroupId | GroupIdcom.github.celeskyking |
---|---|
ArtifactId | ArtifactIds-tea |
Version | Version3.0 |
Type | Typejar |
Filename | Size |
---|---|
s-tea-3.0.pom | |
s-tea-3.0.jar | 478 KB |
s-tea-3.0-sources.jar | 281 KB |
s-tea-3.0-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>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.celeskyking/s-tea/
implementation 'com.github.celeskyking:s-tea:3.0'
// https://jarcasting.com/artifacts/com.github.celeskyking/s-tea/
implementation ("com.github.celeskyking:s-tea:3.0")
'com.github.celeskyking:s-tea:jar:3.0'
<dependency org="com.github.celeskyking" name="s-tea" rev="3.0">
<artifact name="s-tea" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.celeskyking', module='s-tea', version='3.0')
)
libraryDependencies += "com.github.celeskyking" % "s-tea" % "3.0"
[com.github.celeskyking/s-tea "3.0"]