Skip to content

WithAutonomi/ant-maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

ant-maven

GitHub Pages–hosted Maven repository for Autonomi's Android SDK artifacts. Zero-auth, prebuilt. (Artifacts are built from ant-sdk ffi/android.)

Usage

settings.gradle.kts:

dependencyResolutionManagement {
    repositories {
        google(); mavenCentral()
        maven("https://withautonomi.github.io/ant-maven/")
    }
}

app/build.gradle.kts:

implementation("com.autonomi:ant-android:0.0.3")

ant-android bundles the Autonomi FFI (libant_ffi.so per ABI) + generated Kotlin bindings; it pulls JNA and kotlinx-coroutines transitively.

Publishing

Artifacts are generated by ant-sdk (ffi/scripts/build-android.sh + gradle publish in ffi/android) and committed here. See ant-sdk V2-572.

About

Maven repository (GitHub Pages) for Autonomi Android SDK artifacts — add maven("https://withautonomi.github.io/ant-maven/")

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors