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