https://github.com/cmartinezs/stl4j
A Simple Task Library For Java
https://github.com/cmartinezs/stl4j
java-11 tasks
Last synced: 5 days ago
JSON representation
A Simple Task Library For Java
- Host: GitHub
- URL: https://github.com/cmartinezs/stl4j
- Owner: cmartinezs
- License: gpl-3.0
- Created: 2021-07-05T03:13:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T22:30:17.000Z (over 2 years ago)
- Last Synced: 2025-10-26T17:49:22.652Z (8 months ago)
- Topics: java-11, tasks
- Language: Java
- Homepage:
- Size: 82 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# STL4J: Simple Task Library 4 J
STL4J is **a simple task library for Java 11+** and gives you a base to be able to execute tasks in a simple way,
whether they are individual, group and/or chain.
















## Installation
Use the package manager [**Maven**](https://maven.apache.org) to install **STL4J** via [**GitHub Packages**](https://jitpack.io/)
1. Add GitHub repository
```xml
github
https://maven.pkg.github.com/cmartinezs/stl4j
true
```
2. Add STL4J dependency
```xml
io.github.cmartinezs
stl4j
0.1.0-alpha.2
```
3. *Optional*: You install and configure GPG for the signature of artifacts, or otherwise you do not want to sign, remove the associated plugin configuration in the [pom.xml](pom.xml)
```xml
org.apache.maven.plugins
maven-gpg-plugin
1.6
sign-artifacts
verify
sign
```
4.- Using the command line
```bash
mvn clean install
```
## Usage
````java
// soon
````
## Documentation
Visit the [online documentation](https://cmartinezs.github.io/stl4j) for the most updated guide
## Contributing
Please read through our contributing guidelines.
Included are directions for opening issues, coding standards, and notes on development.
Pull requests are welcome.
For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
STL4J is an open source project by Carlos Martínez that is licensed under [GNU General Public License v3.0](LICENSE).
Carlos Martínez reserves the right to change the license of future releases.
|🟢Permissions|🟡Conditions|🔴Limitations|
|---|---|---|
|Commercial use|Disclose source|Liability|
|Distribution|License and copyright notice|Warranty|
|Modification|Same license||
|Patent use|State changes||
|Private use|||
## Public GPG key
Import my public gpg key for validate artifacts
```bash
> gpg --keyserver keys.openpgp.org --recv-keys B472CD84127EB71341FFC83D37015A09766E6088
```