MVN

com.apyhs : artoria

Maven & Gradle

Feb 08, 2018
5 stars

Artoria · A toolkit only rely on the JDK.

<dependency>
    <groupId>com.apyhs</groupId>
    <artifactId>artoria</artifactId>
    <version>0.0.5-beta28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.apyhs : artoria to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.5-beta28
  • Latest Beta: 0.0.5-beta28

All Versions

Choose a version of com.apyhs : artoria to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
artoria-0.0.5-beta28
artoria-0.0.5-beta27
artoria-0.0.5-beta26
artoria-0.0.5-beta25
artoria-0.0.5-beta24

How to add a dependency to Maven

Add the following com.apyhs : artoria maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.apyhs</groupId>
    <artifactId>artoria</artifactId>
    <version>0.0.5-beta28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.apyhs : artoria gradle dependency to your build.gradle file:

implementation 'com.apyhs:artoria:0.0.5-beta28'

Gradle Kotlin DSL: Add the following com.apyhs : artoria gradle kotlin dependency to your build.gradle.kts file:

implementation("com.apyhs:artoria:0.0.5-beta28")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.apyhs : artoria sbt scala dependency to your build.sbt file:

libraryDependencies += "com.apyhs" % "artoria" % "0.0.5-beta28"

Advertisement