GroupId | GroupIdcom.github.shoothzj |
---|---|
ArtifactId | ArtifactIdsdk-es |
Version | Version3.0.11.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
sdk-es-3.0.11.RELEASE.pom | |
sdk-es-3.0.11.RELEASE.jar | 3 KB |
sdk-es-3.0.11.RELEASE-sources.jar | 2 KB |
sdk-es-3.0.11.RELEASE-javadoc.jar | 403 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shoothzj/sdk-es/ -->
<dependency>
<groupId>com.github.shoothzj</groupId>
<artifactId>sdk-es</artifactId>
<version>3.0.11.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shoothzj/sdk-es/
implementation 'com.github.shoothzj:sdk-es:3.0.11.RELEASE'
// https://jarcasting.com/artifacts/com.github.shoothzj/sdk-es/
implementation ("com.github.shoothzj:sdk-es:3.0.11.RELEASE")
'com.github.shoothzj:sdk-es:jar:3.0.11.RELEASE'
<dependency org="com.github.shoothzj" name="sdk-es" rev="3.0.11.RELEASE">
<artifact name="sdk-es" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shoothzj', module='sdk-es', version='3.0.11.RELEASE')
)
libraryDependencies += "com.github.shoothzj" % "sdk-es" % "3.0.11.RELEASE"
[com.github.shoothzj/sdk-es "3.0.11.RELEASE"]