MVN

com.moesif.test : moesif-repo-test

Maven & Gradle

May 13, 2021
8 stars

moesifrepotest · Test project for Moesif maven

<dependency>
    <groupId>com.moesif.test</groupId>
    <artifactId>moesif-repo-test</artifactId>
    <version>0.0.25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.moesif.test : moesif-repo-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.25

All Versions

Choose a version of com.moesif.test : moesif-repo-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
moesif-repo-test-0.0.25
moesif-repo-test-0.0.24
moesif-repo-test-0.0.23
moesif-repo-test-0.0.22
moesif-repo-test-0.0.21
moesif-repo-test-0.0.13
moesif-repo-test-0.0.12
moesif-repo-test-0.0.11
moesif-repo-test-0.0.10
moesif-repo-test-0.0.9
moesif-repo-test-0.0.8
moesif-repo-test-0.0.2
moesif-repo-test-0.0.1

How to add a dependency to Maven

Add the following com.moesif.test : moesif-repo-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.moesif.test</groupId>
    <artifactId>moesif-repo-test</artifactId>
    <version>0.0.25</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.moesif.test : moesif-repo-test gradle dependency to your build.gradle file:

implementation 'com.moesif.test:moesif-repo-test:0.0.25'

Gradle Kotlin DSL: Add the following com.moesif.test : moesif-repo-test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.moesif.test:moesif-repo-test:0.0.25")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.moesif.test : moesif-repo-test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.moesif.test" % "moesif-repo-test" % "0.0.25"

Advertisement