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