GroupId | GroupIdcom.github.gkutiel |
---|---|
ArtifactId | ArtifactIdflip-utils |
Version | Version4.2-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
flip-utils-4.2-RELEASE.pom | |
flip-utils-4.2-RELEASE.jar | 22 KB |
flip-utils-4.2-RELEASE-sources.jar | 5 KB |
flip-utils-4.2-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>4.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gkutiel/flip-utils/
implementation 'com.github.gkutiel:flip-utils:4.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.gkutiel/flip-utils/
implementation ("com.github.gkutiel:flip-utils:4.2-RELEASE")
'com.github.gkutiel:flip-utils:jar:4.2-RELEASE'
<dependency org="com.github.gkutiel" name="flip-utils" rev="4.2-RELEASE">
<artifact name="flip-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gkutiel', module='flip-utils', version='4.2-RELEASE')
)
libraryDependencies += "com.github.gkutiel" % "flip-utils" % "4.2-RELEASE"
[com.github.gkutiel/flip-utils "4.2-RELEASE"]