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