Skip to content

Commit 38444b1

Browse files
Create CITATION.cff
1 parent ebd314a commit 38444b1

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

CITATION.cff

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
cff-version: 1.2.0
2+
message: "If you use these core Java examples or reference the book, please cite it as follows."
3+
title: "Exploring Java Libraries: A Developer’s Guide (Volume I)"
4+
version: "1.0.0"
5+
date-released: 2026-04-20
6+
7+
authors:
8+
- name: "Solis Dynamics"
9+
10+
abstract: >
11+
A comprehensive Java libraries guide covering core Java APIs including
12+
java.lang, java.util, java.io, java.nio, concurrency, and reflection.
13+
Designed for real-world backend development and production systems.
14+
15+
keywords:
16+
- Java
17+
- Java libraries
18+
- Java tutorial
19+
- Java NIO
20+
- Java concurrency
21+
- Java IO
22+
- Java examples
23+
- backend development
24+
25+
license: "MIT"
26+
27+
url: "https://github.com/SolisDynamics/exploring-java-libraries-1"
28+
29+
preferred-citation:
30+
type: book
31+
title: "Exploring Java Libraries: A Developer’s Guide (Volume I)"
32+
authors:
33+
- name: "Solis Dynamics"
34+
year: 2026

0 commit comments

Comments
 (0)