-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCITATION.cff
More file actions
25 lines (25 loc) · 714 Bytes
/
CITATION.cff
File metadata and controls
25 lines (25 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Keenan"
given-names: "Christopher"
alias: chRyNaN
website: "https://chrynan.codes"
contact:
- family-names: "Keenan"
given-names: "Christopher"
alias: chRyNaN
website: "https://chrynan.codes"
title: "inject"
type: "software"
abstract: "A simple Kotlin multi-platform abstraction around the javax.inject annotations."
license: Apache-2.0
keywords:
- kotlin
- inject
- "dependency injection"
- di
- "dependency-injection"
- "kotlin multiplatform"
repository-code: "https://github.com/chRyNaN/inject"
url: "https://github.com/chRyNaN/inject"