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