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