https://github.com/kit-data-manager/service-base
Helper module for KIT DM 2.0 services providing support for dependency management and general purpose implementations.
https://github.com/kit-data-manager/service-base
Last synced: about 1 year ago
JSON representation
Helper module for KIT DM 2.0 services providing support for dependency management and general purpose implementations.
- Host: GitHub
- URL: https://github.com/kit-data-manager/service-base
- Owner: kit-data-manager
- License: apache-2.0
- Created: 2018-05-15T11:45:45.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-01T21:12:47.000Z (over 1 year ago)
- Last Synced: 2024-12-01T22:22:18.856Z (over 1 year ago)
- Language: Java
- Size: 1.48 MB
- Stars: 1
- Watchers: 5
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# KIT Data Manager - Service Base Module
[](https://github.com/kit-data-manager/service-base/actions/workflows/gradle.yml)
[](https://javadoc.io/doc/edu.kit.datamanager/service-base)
[](https://codecov.io/gh/kit-data-manager/service-base)
[](https://github.com/kit-data-manager/service-base/actions/workflows/codeql-analysis.yml)

Helper module for KIT DM 2.0 services providing commonly used dependencies and general purpose implementations, e.g. helpers and exception.
## How to build
In order to build this module you'll need:
* Java SE Development Kit 17 or higher
After obtaining the sources change to the folder where the sources are located and call:
```
user@localhost:/home/user/service-base$ ./gradlew publishToMavenLocal
BUILD SUCCESSFUL in 1s
3 actionable tasks: 3 executed
user@localhost:/home/user/service-base$
```
The gradle wrapper will download and install gradle, if not already available. Afterwards, the module artifact
will be built and installed into the local maven repository, from where it can be used by other projects.
## Dependency from Maven Central Repository
Instead of using a local build you may also use the most recent version from the Central Maven Repository directly.
### Maven
~~~~
edu.kit.datamanager
service-base
1.1.0
~~~~
### Gradle (short)
~~~~
implementation "edu.kit.datamanager:service-base:1.1.0"
~~~~
## License
The KIT Data Manager is licensed under the Apache License, Version 2.0.