| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdcom.github.thorbenkuck |
| ArtifactId | ArtifactIdeasy-net |
| Version | Version0.3.3 |
| Type | Typejar |
| Description |
DescriptionEasyNet
An EventStream driven, simple to use Client/Server framework
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| easy-net-0.3.3.pom | |
| easy-net-0.3.3.jar | 89 KB |
| easy-net-0.3.3-sources.jar | 40 KB |
| easy-net-0.3.3-javadoc.jar | 702 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.thorbenkuck/easy-net/ -->
<dependency>
<groupId>com.github.thorbenkuck</groupId>
<artifactId>easy-net</artifactId>
<version>0.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thorbenkuck/easy-net/
implementation 'com.github.thorbenkuck:easy-net:0.3.3'
// https://jarcasting.com/artifacts/com.github.thorbenkuck/easy-net/
implementation ("com.github.thorbenkuck:easy-net:0.3.3")
'com.github.thorbenkuck:easy-net:jar:0.3.3'
<dependency org="com.github.thorbenkuck" name="easy-net" rev="0.3.3">
<artifact name="easy-net" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thorbenkuck', module='easy-net', version='0.3.3')
)
libraryDependencies += "com.github.thorbenkuck" % "easy-net" % "0.3.3"
[com.github.thorbenkuck/easy-net "0.3.3"]