Skip to content

DaikonWeb/daikon-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Alessio Coser
Nov 5, 2020
8b7ade0 · Nov 5, 2020

History

24 Commits
Mar 13, 2020
Mar 13, 2020
Apr 7, 2020
Nov 5, 2020
Mar 13, 2020
Mar 13, 2020
Aug 6, 2020
Apr 9, 2020
Mar 13, 2020
Mar 13, 2020
Mar 13, 2020
Mar 13, 2020
Mar 13, 2020

Repository files navigation

Daikon Core

Daikon Core

Daikon Core is the routing implementation used by Daikon HttpServer and others Daikon libraries.

How to add Daikon Core to your project

Gradle

  • Add JitPack in your root build.gradle at the end of repositories:
repositories {
    ...
    maven { url 'https://jitpack.io' }
}
  • Add the dependency
implementation 'com.github.DaikonWeb:daikon-core:1.4.0'

Maven

  • Add the JitPack repository to your build file
<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
  • Add the dependency
<dependency>
    <groupId>com.github.DaikonWeb</groupId>
    <artifactId>daikon-core</artifactId>
    <version>1.4.0</version>
</dependency>

Resources

Authors

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages