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