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