| License |
License |
|---|---|
| GroupId | GroupIdcom.walksocket |
| ArtifactId | ArtifactIdblueshelf |
| Version | Version0.0.8 |
| 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.0.8.pom | |
| blueshelf-0.0.8.jar | 26 KB |
| blueshelf-0.0.8-sources.jar | 11 KB |
| blueshelf-0.0.8-javadoc.jar | 425 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.walksocket/blueshelf/ -->
<dependency>
<groupId>com.walksocket</groupId>
<artifactId>blueshelf</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.walksocket/blueshelf/
implementation 'com.walksocket:blueshelf:0.0.8'
// https://jarcasting.com/artifacts/com.walksocket/blueshelf/
implementation ("com.walksocket:blueshelf:0.0.8")
'com.walksocket:blueshelf:jar:0.0.8'
<dependency org="com.walksocket" name="blueshelf" rev="0.0.8">
<artifact name="blueshelf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.walksocket', module='blueshelf', version='0.0.8')
)
libraryDependencies += "com.walksocket" % "blueshelf" % "0.0.8"
[com.walksocket/blueshelf "0.0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |