MVN

io.github.alphajiang : hyena-core

Maven & Gradle

Jun 05, 2021
2 usages
71 stars

hyena · Micro service for user score hosting.

<dependency>
    <groupId>io.github.alphajiang</groupId>
    <artifactId>hyena-core</artifactId>
    <version>0.0.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.alphajiang : hyena-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.26

All Versions

Choose a version of io.github.alphajiang : hyena-core to add to Maven or Gradle - All Versions:

  • Version Updated
  • hyena-core-0.0.26

    Jun 05, 2021
  • hyena-core-0.0.25

    Feb 06, 2021
  • hyena-core-0.0.24

    Sep 19, 2020
  • hyena-core-0.0.23

    Aug 29, 2020
  • hyena-core-0.0.22

    Jul 05, 2020
  • hyena-core-0.0.21

    Mar 15, 2020
  • hyena-core-0.0.20

    Dec 20, 2019
  • hyena-core-0.0.19

    Dec 03, 2019
  • hyena-core-0.0.14

    Sep 18, 2019
  • hyena-core-0.0.13

    Aug 25, 2019
  • hyena-core-0.0.12

    Aug 24, 2019
  • hyena-core-0.0.11

    Aug 17, 2019
  • hyena-core-0.0.10

    Aug 15, 2019
  • hyena-core-0.0.9

    Aug 14, 2019
  • hyena-core-0.0.8

    Aug 13, 2019
  • hyena-core-0.0.7

    Aug 11, 2019
  • hyena-core-0.0.6

    Aug 05, 2019
  • hyena-core-0.0.5

    Aug 04, 2019
  • hyena-core-0.0.4

    Apr 21, 2019
  • hyena-core-0.0.3

    Apr 13, 2019

How to add a dependency to Maven

Add the following io.github.alphajiang : hyena-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.alphajiang</groupId>
    <artifactId>hyena-core</artifactId>
    <version>0.0.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.alphajiang : hyena-core gradle dependency to your build.gradle file:

implementation 'io.github.alphajiang:hyena-core:0.0.26'

Gradle Kotlin DSL: Add the following io.github.alphajiang : hyena-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.alphajiang:hyena-core:0.0.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.alphajiang : hyena-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.alphajiang" % "hyena-core" % "0.0.26"