MVN

io.javadog : cws-wildfly

Maven & Gradle

Nov 18, 2019
5 stars

CWS - WildFly WAR · This module contain a WAR file, compatible with WildFly 10 - 16.

<dependency>
    <groupId>io.javadog</groupId>
    <artifactId>cws-wildfly</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.javadog : cws-wildfly to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of io.javadog : cws-wildfly to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
cws-wildfly-1.1.2

How to add a dependency to Maven

Add the following io.javadog : cws-wildfly maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.javadog</groupId>
    <artifactId>cws-wildfly</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.javadog : cws-wildfly gradle dependency to your build.gradle file:

implementation 'io.javadog:cws-wildfly:1.1.2'

Gradle Kotlin DSL: Add the following io.javadog : cws-wildfly gradle kotlin dependency to your build.gradle.kts file:

implementation("io.javadog:cws-wildfly:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.javadog : cws-wildfly sbt scala dependency to your build.sbt file:

libraryDependencies += "io.javadog" % "cws-wildfly" % "1.1.2"

Advertisement