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