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