MVN

org.wvlet : surface_2.12

Maven & Gradle

Aug 25, 2017
5 usages

surface · A library for extracting object structure surface

<dependency>
    <groupId>org.wvlet</groupId>
    <artifactId>surface_2.12</artifactId>
    <version>0.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wvlet : surface_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.21

All Versions

Choose a version of org.wvlet : surface_2.12 to add to Maven or Gradle - All Versions:

  • Version Updated
  • surface_2.12-0.21

    Aug 25, 2017
  • surface_2.12-0.20

    Aug 24, 2017
  • surface_2.12-0.19

    Aug 24, 2017
  • surface_2.12-0.18

    Aug 23, 2017
  • surface_2.12-0.17

    Aug 17, 2017
  • surface_2.12-0.16

    Jul 20, 2017
  • surface_2.12-0.15

    Jun 06, 2017
  • surface_2.12-0.14

    Jun 03, 2017
  • surface_2.12-0.4

    Apr 14, 2017
  • surface_2.12-0.3

    Apr 08, 2017
  • surface_2.12-0.2

    Apr 08, 2017
  • surface_2.12-0.1

    Apr 06, 2017

How to add a dependency to Maven

Add the following org.wvlet : surface_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wvlet</groupId>
    <artifactId>surface_2.12</artifactId>
    <version>0.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wvlet : surface_2.12 gradle dependency to your build.gradle file:

implementation 'org.wvlet:surface_2.12:0.21'

Gradle Kotlin DSL: Add the following org.wvlet : surface_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wvlet:surface_2.12:0.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wvlet : surface_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wvlet" % "surface_2.12" % "0.21"