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