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