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