GroupId | GroupIdcom.thebhumilsoni.test-android-sdk-and-plugin-creation |
---|---|
ArtifactId | ArtifactIdtest-sdk-creation |
Version | Version1.1.3 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/com.thebhumilsoni.test-android-sdk-and-plugin-creation/test-sdk-creation/ -->
<dependency>
<groupId>com.thebhumilsoni.test-android-sdk-and-plugin-creation</groupId>
<artifactId>test-sdk-creation</artifactId>
<version>1.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.thebhumilsoni.test-android-sdk-and-plugin-creation/test-sdk-creation/
implementation 'com.thebhumilsoni.test-android-sdk-and-plugin-creation:test-sdk-creation:1.1.3'
// https://jarcasting.com/artifacts/com.thebhumilsoni.test-android-sdk-and-plugin-creation/test-sdk-creation/
implementation ("com.thebhumilsoni.test-android-sdk-and-plugin-creation:test-sdk-creation:1.1.3")
'com.thebhumilsoni.test-android-sdk-and-plugin-creation:test-sdk-creation:pom:1.1.3'
<dependency org="com.thebhumilsoni.test-android-sdk-and-plugin-creation" name="test-sdk-creation" rev="1.1.3">
<artifact name="test-sdk-creation" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.thebhumilsoni.test-android-sdk-and-plugin-creation', module='test-sdk-creation', version='1.1.3')
)
libraryDependencies += "com.thebhumilsoni.test-android-sdk-and-plugin-creation" % "test-sdk-creation" % "1.1.3"
[com.thebhumilsoni.test-android-sdk-and-plugin-creation/test-sdk-creation "1.1.3"]