GroupId | GroupIdcom.github.isyscore |
---|---|
ArtifactId | ArtifactIdcsesdk |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
csesdk-0.3.0.pom | |
csesdk-0.3.0.jar | 12 KB |
csesdk-0.3.0-sources.jar | 3 KB |
csesdk-0.3.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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.isyscore/csesdk/
implementation 'com.github.isyscore:csesdk:0.3.0'
// https://jarcasting.com/artifacts/com.github.isyscore/csesdk/
implementation ("com.github.isyscore:csesdk:0.3.0")
'com.github.isyscore:csesdk:jar:0.3.0'
<dependency org="com.github.isyscore" name="csesdk" rev="0.3.0">
<artifact name="csesdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.isyscore', module='csesdk', version='0.3.0')
)
libraryDependencies += "com.github.isyscore" % "csesdk" % "0.3.0"
[com.github.isyscore/csesdk "0.3.0"]