GroupId | GroupIdcom.fizzgate |
---|---|
ArtifactId | ArtifactIdfizz-core |
Version | Version2.0.0-beta3 |
Type | Typejar |
Filename | Size |
---|---|
fizz-core-2.0.0-beta3.pom | |
fizz-core-2.0.0-beta3.jar | 326 KB |
fizz-core-2.0.0-beta3-sources.jar | 206 KB |
fizz-core-2.0.0-beta3-javadoc.jar | 971 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fizzgate/fizz-core/ -->
<dependency>
<groupId>com.fizzgate</groupId>
<artifactId>fizz-core</artifactId>
<version>2.0.0-beta3</version>
</dependency>
// https://jarcasting.com/artifacts/com.fizzgate/fizz-core/
implementation 'com.fizzgate:fizz-core:2.0.0-beta3'
// https://jarcasting.com/artifacts/com.fizzgate/fizz-core/
implementation ("com.fizzgate:fizz-core:2.0.0-beta3")
'com.fizzgate:fizz-core:jar:2.0.0-beta3'
<dependency org="com.fizzgate" name="fizz-core" rev="2.0.0-beta3">
<artifact name="fizz-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fizzgate', module='fizz-core', version='2.0.0-beta3')
)
libraryDependencies += "com.fizzgate" % "fizz-core" % "2.0.0-beta3"
[com.fizzgate/fizz-core "2.0.0-beta3"]