MVN

com.yegor256 : asto

Maven & Gradle

Dec 23, 2019
3 usages
16 stars

asto · A simple Java storage

<dependency>
    <groupId>com.yegor256</groupId>
    <artifactId>asto</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yegor256 : asto to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0

All Versions

Choose a version of com.yegor256 : asto to add to Maven or Gradle - All Versions:

  • Version Updated
  • asto-0.2.0

    Dec 23, 2019
  • asto-0.1.0

    Dec 23, 2019
  • asto-0.0.1

    Dec 23, 2019

How to add a dependency to Maven

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

<dependency>
    <groupId>com.yegor256</groupId>
    <artifactId>asto</artifactId>
    <version>0.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yegor256 : asto gradle dependency to your build.gradle file:

implementation 'com.yegor256:asto:0.2.0'

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

implementation("com.yegor256:asto:0.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yegor256 : asto sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yegor256" % "asto" % "0.2.0"

Advertisement