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