License |
License |
---|---|
Categories |
CategoriesMirror Application Layer Libs Introspection |
GroupId | GroupIddev.fuxing |
ArtifactId | ArtifactIdairtable-mirror |
Last Version | Last Version0.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionairtable-mirror
Java Airtable API for https://airtable.com/api
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
airtable-mirror-0.3.2.pom | |
airtable-mirror-0.3.2.jar | 2 KB |
airtable-mirror-0.3.2-sources.jar | 1 KB |
airtable-mirror-0.3.2-javadoc.jar | 390 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.fuxing/airtable-mirror/ -->
<dependency>
<groupId>dev.fuxing</groupId>
<artifactId>airtable-mirror</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/dev.fuxing/airtable-mirror/
implementation 'dev.fuxing:airtable-mirror:0.3.2'
// https://jarcasting.com/artifacts/dev.fuxing/airtable-mirror/
implementation ("dev.fuxing:airtable-mirror:0.3.2")
'dev.fuxing:airtable-mirror:jar:0.3.2'
<dependency org="dev.fuxing" name="airtable-mirror" rev="0.3.2">
<artifact name="airtable-mirror" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.fuxing', module='airtable-mirror', version='0.3.2')
)
libraryDependencies += "dev.fuxing" % "airtable-mirror" % "0.3.2"
[dev.fuxing/airtable-mirror "0.3.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
dev.fuxing : airtable-api | jar | 0.3.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.4.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.4.2 |