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