Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

NetCom2-Objects

... WIP ...

Build Status Maven Central Known Vulnerabilities Codacy Badge

About this module

... WIP ...

Dependencies to other Modules

Examples

Small Example

For whom this is

... WIP ...

Current State

1.0 Release within extensive module separation

  • removed deprecated methods

Installation

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'
}