MVN

cn.mapway.gwt : mapway-gwt-core

Maven & Gradle

Nov 14, 2022
0 stars

mapway gwt core · mapway gwt library core

<dependency>
    <groupId>cn.mapway.gwt</groupId>
    <artifactId>mapway-gwt-core</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.mapway.gwt : mapway-gwt-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of cn.mapway.gwt : mapway-gwt-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
mapway-gwt-core-1.0.1

How to add a dependency to Maven

Add the following cn.mapway.gwt : mapway-gwt-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.mapway.gwt</groupId>
    <artifactId>mapway-gwt-core</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.mapway.gwt : mapway-gwt-core gradle dependency to your build.gradle file:

implementation 'cn.mapway.gwt:mapway-gwt-core:1.0.1'

Gradle Kotlin DSL: Add the following cn.mapway.gwt : mapway-gwt-core gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.mapway.gwt:mapway-gwt-core:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.mapway.gwt : mapway-gwt-core sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.mapway.gwt" % "mapway-gwt-core" % "1.0.1"