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