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