MVN

org.ryoframework.core : ryo-core-web-test

Maven & Gradle

Mar 30, 2019
26 usages

ryo-core-web-test · Utilitaires pour la couche web

<dependency>
    <groupId>org.ryoframework.core</groupId>
    <artifactId>ryo-core-web-test</artifactId>
    <version>1.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ryoframework.core : ryo-core-web-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.8

All Versions

Choose a version of org.ryoframework.core : ryo-core-web-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
ryo-core-web-test-1.1.8
ryo-core-web-test-1.1.7
ryo-core-web-test-1.1.5
ryo-core-web-test-1.1.4
ryo-core-web-test-1.1.3
ryo-core-web-test-1.1.2
ryo-core-web-test-1.1.1
ryo-core-web-test-1.1.0

How to add a dependency to Maven

Add the following org.ryoframework.core : ryo-core-web-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ryoframework.core</groupId>
    <artifactId>ryo-core-web-test</artifactId>
    <version>1.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ryoframework.core : ryo-core-web-test gradle dependency to your build.gradle file:

implementation 'org.ryoframework.core:ryo-core-web-test:1.1.8'

Gradle Kotlin DSL: Add the following org.ryoframework.core : ryo-core-web-test gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ryoframework.core:ryo-core-web-test:1.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ryoframework.core : ryo-core-web-test sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ryoframework.core" % "ryo-core-web-test" % "1.1.8"