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