| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdin.ashwanthkumar |
| ArtifactId | ArtifactIdsuuchi-examples |
| Version | Version0.2.14 |
| Type | Typejar |
| Filename | Size |
|---|---|
| suuchi-examples-0.2.14.pom | |
| suuchi-examples-0.2.14.jar | 19 KB |
| suuchi-examples-0.2.14-sources.jar | 3 KB |
| suuchi-examples-0.2.14-javadoc.jar | 358 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/in.ashwanthkumar/suuchi-examples/ -->
<dependency>
<groupId>in.ashwanthkumar</groupId>
<artifactId>suuchi-examples</artifactId>
<version>0.2.14</version>
</dependency>
// https://jarcasting.com/artifacts/in.ashwanthkumar/suuchi-examples/
implementation 'in.ashwanthkumar:suuchi-examples:0.2.14'
// https://jarcasting.com/artifacts/in.ashwanthkumar/suuchi-examples/
implementation ("in.ashwanthkumar:suuchi-examples:0.2.14")
'in.ashwanthkumar:suuchi-examples:jar:0.2.14'
<dependency org="in.ashwanthkumar" name="suuchi-examples" rev="0.2.14">
<artifact name="suuchi-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.ashwanthkumar', module='suuchi-examples', version='0.2.14')
)
libraryDependencies += "in.ashwanthkumar" % "suuchi-examples" % "0.2.14"
[in.ashwanthkumar/suuchi-examples "0.2.14"]