https://github.com/intellectualsites/informative-annotations
An informative annotation library.
https://github.com/intellectualsites/informative-annotations
Last synced: 15 days ago
JSON representation
An informative annotation library.
- Host: GitHub
- URL: https://github.com/intellectualsites/informative-annotations
- Owner: IntellectualSites
- License: mit
- Created: 2022-06-21T10:51:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T22:53:33.000Z (about 2 years ago)
- Last Synced: 2024-04-14T00:31:55.706Z (about 2 years ago)
- Language: Java
- Homepage:
- Size: 271 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# informative-annotations
An informative annotation library.
# Usage
## Gradle
```kt
dependencies {
implementation("com.intellectualsites.informative-annotations:informative-annotations:")
}
```
## Maven
```xml
com.intellectualsites.informative-annotations
informative-annotations
VERSION
provided
```