GroupId | GroupIdcom.thebhumilsoni.test-android-sdk-and-plugin-creation |
---|---|
ArtifactId | ArtifactIdtest-sdk-creation |
Version | Version1.1.4 |
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.4</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.4'
// 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.4")
'com.thebhumilsoni.test-android-sdk-and-plugin-creation:test-sdk-creation:pom:1.1.4'
<dependency org="com.thebhumilsoni.test-android-sdk-and-plugin-creation" name="test-sdk-creation" rev="1.1.4">
<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.4')
)
libraryDependencies += "com.thebhumilsoni.test-android-sdk-and-plugin-creation" % "test-sdk-creation" % "1.1.4"
[com.thebhumilsoni.test-android-sdk-and-plugin-creation/test-sdk-creation "1.1.4"]