| License |
License |
|---|---|
| GroupId | GroupIdcom.fizzed |
| ArtifactId | ArtifactIdstork |
| Last Version | Last Version3.1.3 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionstork
Parent pom for all Fizzed maven projects
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| stork-3.1.3.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fizzed/stork/ -->
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>stork</artifactId>
<version>3.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fizzed/stork/
implementation 'com.fizzed:stork:3.1.3'
// https://jarcasting.com/artifacts/com.fizzed/stork/
implementation ("com.fizzed:stork:3.1.3")
'com.fizzed:stork:pom:3.1.3'
<dependency org="com.fizzed" name="stork" rev="3.1.3">
<artifact name="stork" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fizzed', module='stork', version='3.1.3')
)
libraryDependencies += "com.fizzed" % "stork" % "3.1.3"
[com.fizzed/stork "3.1.3"]