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