License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.krenfro |
ArtifactId | ArtifactIdeztexting-java |
Version | Version0.0.1 |
Type | Typejar |
Description |
Descriptioneztexting-java
A Java client for the EZ Texting SMS text messaging API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
eztexting-java-0.0.1.pom | |
eztexting-java-0.0.1.jar | 39 KB |
eztexting-java-0.0.1-sources.jar | 17 KB |
eztexting-java-0.0.1-javadoc.jar | 129 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.krenfro/eztexting-java/ -->
<dependency>
<groupId>com.github.krenfro</groupId>
<artifactId>eztexting-java</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.krenfro/eztexting-java/
implementation 'com.github.krenfro:eztexting-java:0.0.1'
// https://jarcasting.com/artifacts/com.github.krenfro/eztexting-java/
implementation ("com.github.krenfro:eztexting-java:0.0.1")
'com.github.krenfro:eztexting-java:jar:0.0.1'
<dependency org="com.github.krenfro" name="eztexting-java" rev="0.0.1">
<artifact name="eztexting-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.krenfro', module='eztexting-java', version='0.0.1')
)
libraryDependencies += "com.github.krenfro" % "eztexting-java" % "0.0.1"
[com.github.krenfro/eztexting-java "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.jersey : jersey-client | jar | 1.18.1 |
com.sun.jersey : jersey-json | jar | 1.18.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.3.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |