https://github.com/veupathdb/lib-s34k-core
Base/abstract implementation of the S34K API
https://github.com/veupathdb/lib-s34k-core
aws kotlin library s3 s34k
Last synced: about 1 month ago
JSON representation
Base/abstract implementation of the S34K API
- Host: GitHub
- URL: https://github.com/veupathdb/lib-s34k-core
- Owner: VEuPathDB
- Created: 2022-04-26T14:16:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T19:32:19.000Z (over 2 years ago)
- Last Synced: 2025-10-14T21:34:37.548Z (8 months ago)
- Topics: aws, kotlin, library, s3, s34k
- Language: Kotlin
- Homepage:
- Size: 251 KB
- Stars: 0
- Watchers: 19
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.adoc
Awesome Lists containing this project
README
= lib-s34k-core
image:https://img.shields.io/badge/jvm-1.8-blue[title="Compatible with JVM 1.8"]
image:https://img.shields.io/github/v/release/veupathdb/lib-s34k-core[title="Release"]
Basic/abstract implementation of the https://github.com/VEuPathDB/lib-s34k[S34K API] providing
base/generic functionality that may be used by specific API implementations.
.Versioning
--
NOTE: The versioning pattern for this project follows this pattern:
`{core-version}+s34k-{api-version}`. +
For example, the initial release of this library was `0.1.0+s34k-0.1.0`. +
As patches or updates happen to this library, the library version number will
differ from the API version, so for clarity, the API version will be included.
--