MVN

io.webdevice : webdevice-spring-base

Maven & Gradle

Sep 22, 2020
6 usages

WebDevice: Spring Base Module · WebDevice Spring Base Module

<dependency>
    <groupId>io.webdevice</groupId>
    <artifactId>webdevice-spring-base</artifactId>
    <version>0.0.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.webdevice : webdevice-spring-base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.15

All Versions

Choose a version of io.webdevice : webdevice-spring-base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
webdevice-spring-base-0.0.15
webdevice-spring-base-0.0.14
webdevice-spring-base-0.0.13

How to add a dependency to Maven

Add the following io.webdevice : webdevice-spring-base maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.webdevice</groupId>
    <artifactId>webdevice-spring-base</artifactId>
    <version>0.0.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.webdevice : webdevice-spring-base gradle dependency to your build.gradle file:

implementation 'io.webdevice:webdevice-spring-base:0.0.15'

Gradle Kotlin DSL: Add the following io.webdevice : webdevice-spring-base gradle kotlin dependency to your build.gradle.kts file:

implementation("io.webdevice:webdevice-spring-base:0.0.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.webdevice : webdevice-spring-base sbt scala dependency to your build.sbt file:

libraryDependencies += "io.webdevice" % "webdevice-spring-base" % "0.0.15"

Advertisement