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