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