GroupId | GroupIdcom.github.gkutiel |
---|---|
ArtifactId | ArtifactIdflip-processor |
Version | Version11-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.gkutiel/flip-processor/ -->
<dependency>
<groupId>com.github.gkutiel</groupId>
<artifactId>flip-processor</artifactId>
<version>11-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gkutiel/flip-processor/
implementation 'com.github.gkutiel:flip-processor:11-RELEASE'
// https://jarcasting.com/artifacts/com.github.gkutiel/flip-processor/
implementation ("com.github.gkutiel:flip-processor:11-RELEASE")
'com.github.gkutiel:flip-processor:jar:11-RELEASE'
<dependency org="com.github.gkutiel" name="flip-processor" rev="11-RELEASE">
<artifact name="flip-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gkutiel', module='flip-processor', version='11-RELEASE')
)
libraryDependencies += "com.github.gkutiel" % "flip-processor" % "11-RELEASE"
[com.github.gkutiel/flip-processor "11-RELEASE"]