Skip to content

Commit

Permalink
docs: maven dependency to README
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTubongbanua committed Jul 6, 2023
1 parent 6177cc3 commit a0f159d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,26 @@ to work with the atPlatform from Java code.
NB: As of May 3 2022, the Java client library can still be considered a 1.0.0-Beta version - i.e. there may occasionally
be breaking changes, based on feedback from users of the library, until we get to a final version 1.0.0

# Maven Depdendency

The Java SDK can be added to your project through a compiled JAR or by Maven!

```xml
<repositories>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>io.github.atsign-foundation</groupId>
<artifactId>at_client</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
```

### Contributions welcome!

All of our software is open with intent. We welcome contributions - we want pull requests, and we want
Expand Down

0 comments on commit a0f159d

Please sign in to comment.