Skip to content

mnemonic-no/common-services

Repository files navigation

mnemonic common services

mnemonic common services provides a set of reusable Java components for building scalable microservices. Following the Don't-Repeat-Yourself principle those components contain common functionality which we have written over the years for our services. We publish them as Open Source with the hope that they might be useful to others as well.

Usage

Javadocs Javadocs Javadocs Javadocs Javadocs Javadocs

Installation

All libraries provided by mnemonic common services are directly available from Maven Central. Just declare a dependency in your pom.xml and start using it:

<dependency>
  <groupId>no.mnemonic.services.common</groupId>
  <artifactId>${artifactId}</artifactId>
  <version>${version}</version>
</dependency>

Replace ${artifactId} and ${version} with the library and version you want to use.

Requirements

None, dependencies will be handled by Maven automatically.

Known issues

See Issues.

Contributing

See the CONTRIBUTING.md file.

License

mnemonic common services is released under the ISC License. See the bundled LICENSE file for details.

About

Reusable Java components for building scalable microservices

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages