MVN

org.treblereel.gwt.nio : gwt-nio

Maven & Gradle

Oct 27, 2020
7 usages
4 stars

GWT NIO · GWT NIO

<dependency>
    <groupId>org.treblereel.gwt.nio</groupId>
    <artifactId>gwt-nio</artifactId>
    <version>0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.treblereel.gwt.nio : gwt-nio to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9

All Versions

Choose a version of org.treblereel.gwt.nio : gwt-nio to add to Maven or Gradle - All Versions:

  • Version Updated
  • gwt-nio-0.9

    Oct 27, 2020
  • gwt-nio-1.1

    Oct 27, 2020
  • gwt-nio-1.0

    Jun 15, 2020

How to add a dependency to Maven

Add the following org.treblereel.gwt.nio : gwt-nio maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.treblereel.gwt.nio</groupId>
    <artifactId>gwt-nio</artifactId>
    <version>0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.treblereel.gwt.nio : gwt-nio gradle dependency to your build.gradle file:

implementation 'org.treblereel.gwt.nio:gwt-nio:0.9'

Gradle Kotlin DSL: Add the following org.treblereel.gwt.nio : gwt-nio gradle kotlin dependency to your build.gradle.kts file:

implementation("org.treblereel.gwt.nio:gwt-nio:0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.treblereel.gwt.nio : gwt-nio sbt scala dependency to your build.sbt file:

libraryDependencies += "org.treblereel.gwt.nio" % "gwt-nio" % "0.9"