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