| GroupId | GroupIddev.fuxing |
|---|---|
| ArtifactId | ArtifactIdairtable-cache |
| Version | Version0.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| airtable-cache-0.2.0.pom | |
| airtable-cache-0.2.0.jar | 7 KB |
| airtable-cache-0.2.0-sources.jar | 3 KB |
| airtable-cache-0.2.0-javadoc.jar | 395 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.fuxing/airtable-cache/ -->
<dependency>
<groupId>dev.fuxing</groupId>
<artifactId>airtable-cache</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.fuxing/airtable-cache/
implementation 'dev.fuxing:airtable-cache:0.2.0'
// https://jarcasting.com/artifacts/dev.fuxing/airtable-cache/
implementation ("dev.fuxing:airtable-cache:0.2.0")
'dev.fuxing:airtable-cache:jar:0.2.0'
<dependency org="dev.fuxing" name="airtable-cache" rev="0.2.0">
<artifact name="airtable-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.fuxing', module='airtable-cache', version='0.2.0')
)
libraryDependencies += "dev.fuxing" % "airtable-cache" % "0.2.0"
[dev.fuxing/airtable-cache "0.2.0"]