summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index f5b8172..04eff4b 100644
--- a/README.md
+++ b/README.md
@@ -23,4 +23,19 @@ server.getSessionConfigurations().add(new BGPSessionConfiguration(
}
));
server.run();
+```
+
+## Maven
+```xml
+<repository>
+ <id>lumaserv</id>
+ <url>https://maven.lumaserv.cloud</url>
+</repository>
+```
+```xml
+<dependency>
+ <groupId>com.lumaserv</groupId>
+ <artifactId>bgp-java</artifactId>
+ <version>1.0-SNAPSHOT</version>
+</dependency>
``` \ No newline at end of file