License |
License |
---|---|
GroupId | GroupIdcom.github.rahulsom |
ArtifactId | ArtifactIdnexus-monitor |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNexusMonitor
NexusMonitor allows you to send custom email on artifact deploys
|
Project URL |
Project URL |
Filename | Size |
---|---|
nexus-monitor-1.0.pom | |
nexus-monitor-1.0.jar | 24 KB |
nexus-monitor-1.0-sources.jar | 6 KB |
nexus-monitor-1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rahulsom/nexus-monitor/ -->
<dependency>
<groupId>com.github.rahulsom</groupId>
<artifactId>nexus-monitor</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rahulsom/nexus-monitor/
implementation 'com.github.rahulsom:nexus-monitor:1.0'
// https://jarcasting.com/artifacts/com.github.rahulsom/nexus-monitor/
implementation ("com.github.rahulsom:nexus-monitor:1.0")
'com.github.rahulsom:nexus-monitor:jar:1.0'
<dependency org="com.github.rahulsom" name="nexus-monitor" rev="1.0">
<artifact name="nexus-monitor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rahulsom', module='nexus-monitor', version='1.0')
)
libraryDependencies += "com.github.rahulsom" % "nexus-monitor" % "1.0"
[com.github.rahulsom/nexus-monitor "1.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.mail : mail | jar | 1.4.7 |
org.jsoup : jsoup | jar | 1.7.2 |
org.codehaus.groovy.modules.http-builder : http-builder | jar | 0.6 |
org.springframework : spring | jar | 2.5.6 |
commons-io : commons-io | jar | 2.4 |
commons-codec : commons-codec | jar | 1.8 |
org.codehaus.groovy : groovy-all | jar | 2.1.7 |
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |