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