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