| Categories |
CategoriesORM Data |
|---|---|
| GroupId | GroupIdcom.github.chrisvest |
| ArtifactId | ArtifactIdstormpot |
| Version | Version3.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| stormpot-3.0.1.pom | |
| stormpot-3.0.1.jar | 49 KB |
| stormpot-3.0.1-sources.jar | 63 KB |
| stormpot-3.0.1-javadoc.jar | 508 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.chrisvest/stormpot/ -->
<dependency>
<groupId>com.github.chrisvest</groupId>
<artifactId>stormpot</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisvest/stormpot/
implementation 'com.github.chrisvest:stormpot:3.0.1'
// https://jarcasting.com/artifacts/com.github.chrisvest/stormpot/
implementation ("com.github.chrisvest:stormpot:3.0.1")
'com.github.chrisvest:stormpot:jar:3.0.1'
<dependency org="com.github.chrisvest" name="stormpot" rev="3.0.1">
<artifact name="stormpot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisvest', module='stormpot', version='3.0.1')
)
libraryDependencies += "com.github.chrisvest" % "stormpot" % "3.0.1"
[com.github.chrisvest/stormpot "3.0.1"]