Categories |
CategoriesCLI User Interface ORM Data |
---|---|
GroupId | GroupIdio.appform.foxtrot |
ArtifactId | ArtifactIdfoxtrot-client |
Version | Version3.0 |
Type | Typejar |
Filename | Size |
---|---|
foxtrot-client-3.0.pom | |
foxtrot-client-3.0.jar | 41 KB |
foxtrot-client-3.0-sources.jar | 22 KB |
foxtrot-client-3.0-javadoc.jar | 185 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.appform.foxtrot/foxtrot-client/ -->
<dependency>
<groupId>io.appform.foxtrot</groupId>
<artifactId>foxtrot-client</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.appform.foxtrot/foxtrot-client/
implementation 'io.appform.foxtrot:foxtrot-client:3.0'
// https://jarcasting.com/artifacts/io.appform.foxtrot/foxtrot-client/
implementation ("io.appform.foxtrot:foxtrot-client:3.0")
'io.appform.foxtrot:foxtrot-client:jar:3.0'
<dependency org="io.appform.foxtrot" name="foxtrot-client" rev="3.0">
<artifact name="foxtrot-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.appform.foxtrot', module='foxtrot-client', version='3.0')
)
libraryDependencies += "io.appform.foxtrot" % "foxtrot-client" % "3.0"
[io.appform.foxtrot/foxtrot-client "3.0"]