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