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