GroupId | GroupIdcom.github.isyscore |
---|---|
ArtifactId | ArtifactIdiscdbmtsdk |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
iscdbmtsdk-1.0.0.pom | |
iscdbmtsdk-1.0.0.jar | 39 KB |
iscdbmtsdk-1.0.0-sources.jar | 5 KB |
iscdbmtsdk-1.0.0-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.isyscore/iscdbmtsdk/ -->
<dependency>
<groupId>com.github.isyscore</groupId>
<artifactId>iscdbmtsdk</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.isyscore/iscdbmtsdk/
implementation 'com.github.isyscore:iscdbmtsdk:1.0.0'
// https://jarcasting.com/artifacts/com.github.isyscore/iscdbmtsdk/
implementation ("com.github.isyscore:iscdbmtsdk:1.0.0")
'com.github.isyscore:iscdbmtsdk:jar:1.0.0'
<dependency org="com.github.isyscore" name="iscdbmtsdk" rev="1.0.0">
<artifact name="iscdbmtsdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.isyscore', module='iscdbmtsdk', version='1.0.0')
)
libraryDependencies += "com.github.isyscore" % "iscdbmtsdk" % "1.0.0"
[com.github.isyscore/iscdbmtsdk "1.0.0"]