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