Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdin.ashwanthkumar |
ArtifactId | ArtifactIdnotify |
Version | Version1.0-rc1 |
Type | Typepom |
Filename | Size |
---|---|
notify-1.0-rc1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/in.ashwanthkumar/notify/ -->
<dependency>
<groupId>in.ashwanthkumar</groupId>
<artifactId>notify</artifactId>
<version>1.0-rc1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/in.ashwanthkumar/notify/
implementation 'in.ashwanthkumar:notify:1.0-rc1'
// https://jarcasting.com/artifacts/in.ashwanthkumar/notify/
implementation ("in.ashwanthkumar:notify:1.0-rc1")
'in.ashwanthkumar:notify:pom:1.0-rc1'
<dependency org="in.ashwanthkumar" name="notify" rev="1.0-rc1">
<artifact name="notify" type="pom" />
</dependency>
@Grapes(
@Grab(group='in.ashwanthkumar', module='notify', version='1.0-rc1')
)
libraryDependencies += "in.ashwanthkumar" % "notify" % "1.0-rc1"
[in.ashwanthkumar/notify "1.0-rc1"]