How to install the Java artifact org.twister2.network-api-java with Maven
Java
Maven
pom.xml
org.twister2
network-api-java
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.twister2</groupId>
<artifactId>network-api-java</artifactId>
<version>0.8.0</version>
</dependency>
/dependencies>