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