MVN

com.github.UncleCatMySelf : winter-api-util

Maven & Gradle

Nov 16, 2018
0 stars

winter-api-util · A toolkit to facilitate spring boot development of the Restfull API

<dependency>
    <groupId>com.github.UncleCatMySelf</groupId>
    <artifactId>winter-api-util</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.UncleCatMySelf : winter-api-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of com.github.UncleCatMySelf : winter-api-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
winter-api-util-2.1.0

How to add a dependency to Maven

Add the following com.github.UncleCatMySelf : winter-api-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.UncleCatMySelf</groupId>
    <artifactId>winter-api-util</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.UncleCatMySelf : winter-api-util gradle dependency to your build.gradle file:

implementation 'com.github.UncleCatMySelf:winter-api-util:2.1.0'

Gradle Kotlin DSL: Add the following com.github.UncleCatMySelf : winter-api-util gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.UncleCatMySelf:winter-api-util:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.UncleCatMySelf : winter-api-util sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.UncleCatMySelf" % "winter-api-util" % "2.1.0"