GroupId | GroupIdcom.shekhargulati |
---|---|
ArtifactId | ArtifactIdstrman |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
strman-0.1.0.pom | |
strman-0.1.0.jar | 89 KB |
strman-0.1.0-sources.jar | 35 KB |
strman-0.1.0-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.shekhargulati/strman/ -->
<dependency>
<groupId>com.shekhargulati</groupId>
<artifactId>strman</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.shekhargulati/strman/
implementation 'com.shekhargulati:strman:0.1.0'
// https://jarcasting.com/artifacts/com.shekhargulati/strman/
implementation ("com.shekhargulati:strman:0.1.0")
'com.shekhargulati:strman:jar:0.1.0'
<dependency org="com.shekhargulati" name="strman" rev="0.1.0">
<artifact name="strman" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shekhargulati', module='strman', version='0.1.0')
)
libraryDependencies += "com.shekhargulati" % "strman" % "0.1.0"
[com.shekhargulati/strman "0.1.0"]