Categories |
CategoriesGUI User Interface |
---|---|
GroupId | GroupIdcom.guigarage |
ArtifactId | ArtifactIdflatter |
Last Version | Last Version0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
flatter-0.7.pom | |
flatter-0.7.jar | 3 MB |
flatter-0.7-sources.jar | 3 MB |
flatter-0.7-javadoc.jar | 230 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guigarage/flatter/ -->
<dependency>
<groupId>com.guigarage</groupId>
<artifactId>flatter</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.guigarage/flatter/
implementation 'com.guigarage:flatter:0.7'
// https://jarcasting.com/artifacts/com.guigarage/flatter/
implementation ("com.guigarage:flatter:0.7")
'com.guigarage:flatter:jar:0.7'
<dependency org="com.guigarage" name="flatter" rev="0.7">
<artifact name="flatter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guigarage', module='flatter', version='0.7')
)
libraryDependencies += "com.guigarage" % "flatter" % "0.7"
[com.guigarage/flatter "0.7"]