MVN

io.github.sweehaw : web-supports

Maven & Gradle

Apr 07, 2020
1 usages
0 stars
<dependency>
    <groupId>io.github.sweehaw</groupId>
    <artifactId>web-supports</artifactId>
    <version>0.0.52</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.sweehaw : web-supports to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.52

All Versions

Choose a version of io.github.sweehaw : web-supports to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
web-supports-0.0.52
web-supports-0.0.51
web-supports-0.0.50
web-supports-0.0.49
web-supports-0.0.48
web-supports-0.0.47
web-supports-0.0.46
web-supports-0.0.45
web-supports-0.0.44
web-supports-0.0.43
web-supports-0.0.42
web-supports-0.0.41
web-supports-0.0.40
web-supports-0.0.39
web-supports-0.0.38
web-supports-0.0.37
web-supports-0.0.36
web-supports-0.0.35
web-supports-0.0.34
web-supports-0.0.33
web-supports-0.0.32
web-supports-0.0.31
web-supports-0.0.30
web-supports-0.0.29
web-supports-0.0.28
web-supports-0.0.27
web-supports-0.0.26
web-supports-0.0.25
web-supports-0.0.24
web-supports-0.0.23
web-supports-0.0.22
web-supports-0.0.21
web-supports-0.0.20
web-supports-0.0.19
web-supports-0.0.18
web-supports-0.0.17
web-supports-0.0.16
web-supports-0.0.15
web-supports-0.0.14
web-supports-0.0.13
web-supports-0.0.12
web-supports-0.0.11
web-supports-0.0.10
web-supports-0.0.9
web-supports-0.0.8
web-supports-0.0.7
web-supports-0.0.6
web-supports-0.0.5
web-supports-0.0.4
web-supports-0.0.3
web-supports-0.0.2
web-supports-0.0.1

How to add a dependency to Maven

Add the following io.github.sweehaw : web-supports maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.sweehaw</groupId>
    <artifactId>web-supports</artifactId>
    <version>0.0.52</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.sweehaw : web-supports gradle dependency to your build.gradle file:

implementation 'io.github.sweehaw:web-supports:0.0.52'

Gradle Kotlin DSL: Add the following io.github.sweehaw : web-supports gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.sweehaw:web-supports:0.0.52")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.sweehaw : web-supports sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.sweehaw" % "web-supports" % "0.0.52"

Advertisement