GroupId | GroupIdcom.github.wehotel |
---|---|
ArtifactId | ArtifactIdfizz-common |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
fizz-common-1.5.0.pom | |
fizz-common-1.5.0.jar | 73 KB |
fizz-common-1.5.0-sources.jar | 42 KB |
fizz-common-1.5.0-javadoc.jar | 233 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wehotel/fizz-common/ -->
<dependency>
<groupId>com.github.wehotel</groupId>
<artifactId>fizz-common</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wehotel/fizz-common/
implementation 'com.github.wehotel:fizz-common:1.5.0'
// https://jarcasting.com/artifacts/com.github.wehotel/fizz-common/
implementation ("com.github.wehotel:fizz-common:1.5.0")
'com.github.wehotel:fizz-common:jar:1.5.0'
<dependency org="com.github.wehotel" name="fizz-common" rev="1.5.0">
<artifact name="fizz-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wehotel', module='fizz-common', version='1.5.0')
)
libraryDependencies += "com.github.wehotel" % "fizz-common" % "1.5.0"
[com.github.wehotel/fizz-common "1.5.0"]