GroupId | GroupIdcom.github.hegdepranav21 |
---|---|
ArtifactId | ArtifactIdsupport |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
support-1.1.1.pom | |
support-1.1.1.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hegdepranav21/support/ -->
<dependency>
<groupId>com.github.hegdepranav21</groupId>
<artifactId>support</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hegdepranav21/support/
implementation 'com.github.hegdepranav21:support:1.1.1'
// https://jarcasting.com/artifacts/com.github.hegdepranav21/support/
implementation ("com.github.hegdepranav21:support:1.1.1")
'com.github.hegdepranav21:support:jar:1.1.1'
<dependency org="com.github.hegdepranav21" name="support" rev="1.1.1">
<artifact name="support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hegdepranav21', module='support', version='1.1.1')
)
libraryDependencies += "com.github.hegdepranav21" % "support" % "1.1.1"
[com.github.hegdepranav21/support "1.1.1"]