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