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