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