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