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