| GroupId | GroupIdcom.fizzed |
|---|---|
| ArtifactId | ArtifactIdstork |
| Version | Version2.0.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| stork-2.0.1.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fizzed/stork/ -->
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>stork</artifactId>
<version>2.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fizzed/stork/
implementation 'com.fizzed:stork:2.0.1'
// https://jarcasting.com/artifacts/com.fizzed/stork/
implementation ("com.fizzed:stork:2.0.1")
'com.fizzed:stork:pom:2.0.1'
<dependency org="com.fizzed" name="stork" rev="2.0.1">
<artifact name="stork" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fizzed', module='stork', version='2.0.1')
)
libraryDependencies += "com.fizzed" % "stork" % "2.0.1"
[com.fizzed/stork "2.0.1"]