| License |
License |
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdio.apigee |
| ArtifactId | ArtifactIdjava-wns |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjava-wns
Library to send notifications using WNS
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| java-wns-1.2.pom | |
| java-wns-1.2.jar | 32 KB |
| java-wns-1.2-sources.jar | 21 KB |
| java-wns-1.2-javadoc.jar | 230 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.apigee/java-wns/ -->
<dependency>
<groupId>io.apigee</groupId>
<artifactId>java-wns</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.apigee/java-wns/
implementation 'io.apigee:java-wns:1.2'
// https://jarcasting.com/artifacts/io.apigee/java-wns/
implementation ("io.apigee:java-wns:1.2")
'io.apigee:java-wns:jar:1.2'
<dependency org="io.apigee" name="java-wns" rev="1.2">
<artifact name="java-wns" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.apigee', module='java-wns', version='1.2')
)
libraryDependencies += "io.apigee" % "java-wns" % "1.2"
[io.apigee/java-wns "1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.sun.jersey : jersey-client | jar | 1.19 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.3.3 |
| com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider | jar | 2.3.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |