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