... WIP ...
... WIP ...
Small Example
... WIP ...
1.0 Release within extensive module separation
- removed deprecated methods
Include this in your pom.xml (if you are using Maven)
<dependency>
<groupId>com.github.thorbenkuck</groupId>
<artifactId>NetCom2-Objects</artifactId>
<version>1.0</version>
</dependency>
Or this in your build.gradle (if you are using Gradle)
dependencies {
compile group: 'com.github.thorbenkuck', name: 'NetCom2-Objects', version: '1.0'
}