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