Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.github.thorbenkuck |
ArtifactId | ArtifactIdeasy-net |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
easy-net-0.1.pom | |
easy-net-0.1.jar | 84 KB |
easy-net-0.1-sources.jar | 38 KB |
easy-net-0.1-javadoc.jar | 684 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thorbenkuck/easy-net/ -->
<dependency>
<groupId>com.github.thorbenkuck</groupId>
<artifactId>easy-net</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thorbenkuck/easy-net/
implementation 'com.github.thorbenkuck:easy-net:0.1'
// https://jarcasting.com/artifacts/com.github.thorbenkuck/easy-net/
implementation ("com.github.thorbenkuck:easy-net:0.1")
'com.github.thorbenkuck:easy-net:jar:0.1'
<dependency org="com.github.thorbenkuck" name="easy-net" rev="0.1">
<artifact name="easy-net" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thorbenkuck', module='easy-net', version='0.1')
)
libraryDependencies += "com.github.thorbenkuck" % "easy-net" % "0.1"
[com.github.thorbenkuck/easy-net "0.1"]