MVN

io.github.kicksolutions : mock-swagger-core

Maven & Gradle

Jun 10, 2019
3 stars

Core POM for Mock

<dependency>
    <groupId>io.github.kicksolutions</groupId>
    <artifactId>mock-swagger-core</artifactId>
    <version>0.0.1-charlie</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.kicksolutions : mock-swagger-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1-charlie
  • Latest Beta: 0.0.2-beta
  • Latest Alpha: 0.0.2-alpha

All Versions

Choose a version of io.github.kicksolutions : mock-swagger-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
mock-swagger-core-0.0.2-beta
mock-swagger-core-0.0.2-alpha
mock-swagger-core-0.0.1-charlie
mock-swagger-core-0.0.1-beta
mock-swagger-core-0.0.1-alpha

How to add a dependency to Maven

Add the following io.github.kicksolutions : mock-swagger-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.kicksolutions</groupId>
    <artifactId>mock-swagger-core</artifactId>
    <version>0.0.1-charlie</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.kicksolutions : mock-swagger-core gradle dependency to your build.gradle file:

implementation 'io.github.kicksolutions:mock-swagger-core:0.0.1-charlie'

Gradle Kotlin DSL: Add the following io.github.kicksolutions : mock-swagger-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.kicksolutions:mock-swagger-core:0.0.1-charlie")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.kicksolutions : mock-swagger-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.kicksolutions" % "mock-swagger-core" % "0.0.1-charlie"

Advertisement