MVN

com.envimate : webmate

Maven & Gradle

Sep 06, 2018
1 usages

Webmate - Core Library

<dependency>
    <groupId>com.envimate</groupId>
    <artifactId>webmate</artifactId>
    <version>parent</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.envimate : webmate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: parent

All Versions

Choose a version of com.envimate : webmate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
webmate-1.0.6
webmate-1.0.5
webmate-1.0.4
webmate-1.0.3
webmate-1.0.1
parent
webmate-parent
core
webmate-core

How to add a dependency to Maven

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

<dependency>
    <groupId>com.envimate</groupId>
    <artifactId>webmate</artifactId>
    <version>parent</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.envimate : webmate gradle dependency to your build.gradle file:

implementation 'com.envimate:webmate:parent'

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

implementation("com.envimate:webmate:parent")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.envimate : webmate sbt scala dependency to your build.sbt file:

libraryDependencies += "com.envimate" % "webmate" % "parent"