MVN

io.elsci.api-mocks : elsci-mocks-all-webapp

Maven & Gradle

Oct 18, 2023
<dependency>
    <groupId>io.elsci.api-mocks</groupId>
    <artifactId>elsci-mocks-all-webapp</artifactId>
    <version>20231018.1052-33</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.elsci.api-mocks : elsci-mocks-all-webapp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20231018.1052-33

All Versions

Choose a version of io.elsci.api-mocks : elsci-mocks-all-webapp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20231018.1052
elsci-mocks-all-webapp-20231018.1052-33
20231018.1046
elsci-mocks-all-webapp-20231018.1046-32
20231018.1036
elsci-mocks-all-webapp-20231018.1036-31
20231018.1005
elsci-mocks-all-webapp-20231018.1005-31

How to add a dependency to Maven

Add the following io.elsci.api-mocks : elsci-mocks-all-webapp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.elsci.api-mocks</groupId>
    <artifactId>elsci-mocks-all-webapp</artifactId>
    <version>20231018.1052-33</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.elsci.api-mocks : elsci-mocks-all-webapp gradle dependency to your build.gradle file:

implementation 'io.elsci.api-mocks:elsci-mocks-all-webapp:20231018.1052-33'

Gradle Kotlin DSL: Add the following io.elsci.api-mocks : elsci-mocks-all-webapp gradle kotlin dependency to your build.gradle.kts file:

implementation("io.elsci.api-mocks:elsci-mocks-all-webapp:20231018.1052-33")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.elsci.api-mocks : elsci-mocks-all-webapp sbt scala dependency to your build.sbt file:

libraryDependencies += "io.elsci.api-mocks" % "elsci-mocks-all-webapp" % "20231018.1052-33"