| License |
License |
|---|---|
| GroupId | GroupIdcom.walksocket |
| ArtifactId | ArtifactIdblueshelf |
| Last Version | Last Version0.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionblueshelf
Java NIO Udp wrapper for server & client.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| blueshelf-0.1.1.pom | |
| blueshelf-0.1.1.jar | 26 KB |
| blueshelf-0.1.1-sources.jar | 11 KB |
| blueshelf-0.1.1-javadoc.jar | 426 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.walksocket/blueshelf/ -->
<dependency>
<groupId>com.walksocket</groupId>
<artifactId>blueshelf</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.walksocket/blueshelf/
implementation 'com.walksocket:blueshelf:0.1.1'
// https://jarcasting.com/artifacts/com.walksocket/blueshelf/
implementation ("com.walksocket:blueshelf:0.1.1")
'com.walksocket:blueshelf:jar:0.1.1'
<dependency org="com.walksocket" name="blueshelf" rev="0.1.1">
<artifact name="blueshelf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.walksocket', module='blueshelf', version='0.1.1')
)
libraryDependencies += "com.walksocket" % "blueshelf" % "0.1.1"
[com.walksocket/blueshelf "0.1.1"]