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