MVN

de.knightsoft-net : mgwt

Maven & Gradle

Dec 14, 2015
97 stars

mgwt · using gwt to write mobile (native) apps. This is a gwt 2.7.0 compatible version of the 1.2.0-SNAPSHOT version, because 2.0 has some unresolved problems and the last stable before (1.1.2) isn't compatible with gwt > 2.5.

<dependency>
    <groupId>de.knightsoft-net</groupId>
    <artifactId>mgwt</artifactId>
    <version>1.2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.knightsoft-net : mgwt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0.2

All Versions

Choose a version of de.knightsoft-net : mgwt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
mgwt-1.2.0.2
mgwt-1.2.0.1
mgwt-1.2.0

How to add a dependency to Maven

Add the following de.knightsoft-net : mgwt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.knightsoft-net</groupId>
    <artifactId>mgwt</artifactId>
    <version>1.2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.knightsoft-net : mgwt gradle dependency to your build.gradle file:

implementation 'de.knightsoft-net:mgwt:1.2.0.2'

Gradle Kotlin DSL: Add the following de.knightsoft-net : mgwt gradle kotlin dependency to your build.gradle.kts file:

implementation("de.knightsoft-net:mgwt:1.2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.knightsoft-net : mgwt sbt scala dependency to your build.sbt file:

libraryDependencies += "de.knightsoft-net" % "mgwt" % "1.2.0.2"

Advertisement