GroupId | GroupIdcom.github.gkutiel |
---|---|
ArtifactId | ArtifactIdflip-web |
Version | Version2.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
flip-web-2.0-RELEASE.pom | |
flip-web-2.0-RELEASE.jar | 34 KB |
flip-web-2.0-RELEASE-sources.jar | 11 KB |
flip-web-2.0-RELEASE-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gkutiel/flip-web/ -->
<dependency>
<groupId>com.github.gkutiel</groupId>
<artifactId>flip-web</artifactId>
<version>2.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gkutiel/flip-web/
implementation 'com.github.gkutiel:flip-web:2.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.gkutiel/flip-web/
implementation ("com.github.gkutiel:flip-web:2.0-RELEASE")
'com.github.gkutiel:flip-web:jar:2.0-RELEASE'
<dependency org="com.github.gkutiel" name="flip-web" rev="2.0-RELEASE">
<artifact name="flip-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gkutiel', module='flip-web', version='2.0-RELEASE')
)
libraryDependencies += "com.github.gkutiel" % "flip-web" % "2.0-RELEASE"
[com.github.gkutiel/flip-web "2.0-RELEASE"]