License |
License |
---|---|
GroupId | GroupIdcom.heytap.test |
ArtifactId | ArtifactIdsdkbuild |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionname
d
|
Filename | Size |
---|---|
sdkbuild-1.0.1.pom | |
sdkbuild-1.0.1.jar | 243 bytes |
sdkbuild-1.0.1-sources.jar | 284 bytes |
sdkbuild-1.0.1-javadoc.jar | 284 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.heytap.test/sdkbuild/ -->
<dependency>
<groupId>com.heytap.test</groupId>
<artifactId>sdkbuild</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.heytap.test/sdkbuild/
implementation 'com.heytap.test:sdkbuild:1.0.1'
// https://jarcasting.com/artifacts/com.heytap.test/sdkbuild/
implementation ("com.heytap.test:sdkbuild:1.0.1")
'com.heytap.test:sdkbuild:jar:1.0.1'
<dependency org="com.heytap.test" name="sdkbuild" rev="1.0.1">
<artifact name="sdkbuild" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.heytap.test', module='sdkbuild', version='1.0.1')
)
libraryDependencies += "com.heytap.test" % "sdkbuild" % "1.0.1"
[com.heytap.test/sdkbuild "1.0.1"]