GroupId | GroupIdcom.dounine |
---|---|
ArtifactId | ArtifactIdtmsdk |
Version | Version1.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
tmsdk-1.0.1.pom | |
tmsdk-1.0.1-sources.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dounine/tmsdk/ -->
<dependency>
<groupId>com.dounine</groupId>
<artifactId>tmsdk</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.dounine/tmsdk/
implementation 'com.dounine:tmsdk:1.0.1'
// https://jarcasting.com/artifacts/com.dounine/tmsdk/
implementation ("com.dounine:tmsdk:1.0.1")
'com.dounine:tmsdk:aar:1.0.1'
<dependency org="com.dounine" name="tmsdk" rev="1.0.1">
<artifact name="tmsdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.dounine', module='tmsdk', version='1.0.1')
)
libraryDependencies += "com.dounine" % "tmsdk" % "1.0.1"
[com.dounine/tmsdk "1.0.1"]