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