License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdme.martiii |
ArtifactId | ArtifactIdsimple-net-handler |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple Net Handler
Abstract java class to simplfy network handlers
|
Filename | Size |
---|---|
simple-net-handler-1.0.pom | |
simple-net-handler-1.0.jar | 5 KB |
simple-net-handler-1.0-sources.jar | 1 KB |
simple-net-handler-1.0-javadoc.jar | 386 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.martiii/simple-net-handler/ -->
<dependency>
<groupId>me.martiii</groupId>
<artifactId>simple-net-handler</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.martiii/simple-net-handler/
implementation 'me.martiii:simple-net-handler:1.0'
// https://jarcasting.com/artifacts/me.martiii/simple-net-handler/
implementation ("me.martiii:simple-net-handler:1.0")
'me.martiii:simple-net-handler:jar:1.0'
<dependency org="me.martiii" name="simple-net-handler" rev="1.0">
<artifact name="simple-net-handler" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.martiii', module='simple-net-handler', version='1.0')
)
libraryDependencies += "me.martiii" % "simple-net-handler" % "1.0"
[me.martiii/simple-net-handler "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 2.0.0-alpha1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |