Skip to content

Common definitions and functions for the cleanURI service.

License

Notifications You must be signed in to change notification settings

penguineer/cleanURI-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cleanURI - Common

Common definitions and functions for the cleanURI service.

Deployment

Including the library

The library can be included with jitpack with two additions to the project's POM file.

Adding the jitpack repository:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Adding the library:

<dependency>
    <groupId>com.github.penguineer</groupId>
    <artifactId>cleanURI-common</artifactId>
    <version>main-HEAD</version>
    <scope>compile</scope>
</dependency>

Replace the version tag with the desired release.

Please refer to the jitpack documentation on using alternative build systems.

Development

This project uses the Micronaut Framework.

Version numbers are determined with jgitver. Please check your IDE settings to avoid problems, as there are still some unresolved issues. If you encounter a project version 0 there is an issue with the jgitver generator.

If access to the GitHub packages repository is not available, please check Including the library from Local installation on how to make the artifact available locally.

Maintainers

Contributing

PRs are welcome!

If possible, please stick to the following guidelines:

  • Keep PRs reasonably small and their scope limited to a feature or module within the code.
  • If a large change is planned, it is best to open a feature request issue first, then link subsequent PRs to this issue, so that the PRs move the code towards the intended feature.

License

MIT © 2022 Stefan Haun and contributors