| Категории |
КатегорииORM Данные |
|---|---|
| Группа | Группаcom.github.chrisvest |
| Идентификатор | Идентификаторstormpot |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| stormpot-1.0.1.pom | |
| stormpot-1.0.1.jar | 11 KB |
| stormpot-1.0.1-sources.jar | 23 KB |
| stormpot-1.0.1-javadoc.jar | 80 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.chrisvest/stormpot/ -->
<dependency>
<groupId>com.github.chrisvest</groupId>
<artifactId>stormpot</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisvest/stormpot/
implementation 'com.github.chrisvest:stormpot:1.0.1'
// https://jarcasting.com/artifacts/com.github.chrisvest/stormpot/
implementation ("com.github.chrisvest:stormpot:1.0.1")
'com.github.chrisvest:stormpot:jar:1.0.1'
<dependency org="com.github.chrisvest" name="stormpot" rev="1.0.1">
<artifact name="stormpot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisvest', module='stormpot', version='1.0.1')
)
libraryDependencies += "com.github.chrisvest" % "stormpot" % "1.0.1"
[com.github.chrisvest/stormpot "1.0.1"]