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