GroupId | GroupIdcom.github.isyscore |
---|---|
ArtifactId | ArtifactIdcsesdk |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
csesdk-0.2.0.pom | |
csesdk-0.2.0.jar | 2 KB |
csesdk-0.2.0-sources.jar | 2 KB |
csesdk-0.2.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.isyscore/csesdk/ -->
<dependency>
<groupId>com.github.isyscore</groupId>
<artifactId>csesdk</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.isyscore/csesdk/
implementation 'com.github.isyscore:csesdk:0.2.0'
// https://jarcasting.com/artifacts/com.github.isyscore/csesdk/
implementation ("com.github.isyscore:csesdk:0.2.0")
'com.github.isyscore:csesdk:jar:0.2.0'
<dependency org="com.github.isyscore" name="csesdk" rev="0.2.0">
<artifact name="csesdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.isyscore', module='csesdk', version='0.2.0')
)
libraryDependencies += "com.github.isyscore" % "csesdk" % "0.2.0"
[com.github.isyscore/csesdk "0.2.0"]