| Группа | Группаcom.walksocket |
|---|---|
| Идентификатор | Идентификаторredchest |
| Версия | Версия0.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| redchest-0.0.1.pom | |
| redchest-0.0.1.jar | 27 KB |
| redchest-0.0.1-sources.jar | 13 KB |
| redchest-0.0.1-javadoc.jar | 397 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.walksocket/redchest/ -->
<dependency>
<groupId>com.walksocket</groupId>
<artifactId>redchest</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.walksocket/redchest/
implementation 'com.walksocket:redchest:0.0.1'
// https://jarcasting.com/artifacts/com.walksocket/redchest/
implementation ("com.walksocket:redchest:0.0.1")
'com.walksocket:redchest:jar:0.0.1'
<dependency org="com.walksocket" name="redchest" rev="0.0.1">
<artifact name="redchest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.walksocket', module='redchest', version='0.0.1')
)
libraryDependencies += "com.walksocket" % "redchest" % "0.0.1"
[com.walksocket/redchest "0.0.1"]