| GroupId | GroupIdcom.walksocket |
|---|---|
| ArtifactId | ArtifactIdblueshelf |
| Version | Version0.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| blueshelf-0.0.4.pom | |
| blueshelf-0.0.4.jar | 26 KB |
| blueshelf-0.0.4-sources.jar | 11 KB |
| blueshelf-0.0.4-javadoc.jar | 431 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.walksocket/blueshelf/ -->
<dependency>
<groupId>com.walksocket</groupId>
<artifactId>blueshelf</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.walksocket/blueshelf/
implementation 'com.walksocket:blueshelf:0.0.4'
// https://jarcasting.com/artifacts/com.walksocket/blueshelf/
implementation ("com.walksocket:blueshelf:0.0.4")
'com.walksocket:blueshelf:jar:0.0.4'
<dependency org="com.walksocket" name="blueshelf" rev="0.0.4">
<artifact name="blueshelf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.walksocket', module='blueshelf', version='0.0.4')
)
libraryDependencies += "com.walksocket" % "blueshelf" % "0.0.4"
[com.walksocket/blueshelf "0.0.4"]