Skip to content

Commit 6402d91

Browse files
adding maven xml
1 parent acc1054 commit 6402d91

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ The SocketLabs Email Delivery Java library allows you to easily send email messa
1818
# Prerequisites and Installation
1919
## Prerequisites
2020
* A supported Java version
21-
* Oracle JDK 7
22-
* Oracle JDK 8
23-
* OpenJDK 7
21+
* Oracle JDK 8
2422
* A SocketLabs account. If you don't have one yet, you can [sign up for a free account](https://signup.socketlabs.com/step-1?plan=free) to get started.
2523

2624
## Installation
@@ -45,7 +43,11 @@ repositories {
4543
### via Maven
4644

4745
```
48-
mvn install
46+
<dependency>
47+
<groupId>com.socketlabs</groupId>
48+
<artifactId>injectionApi</artifactId>
49+
<version>1.0.0</version>
50+
</dependency>
4951
```
5052

5153
### via jar file

0 commit comments

Comments
 (0)