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