MVN

com.lvonce : wind

Maven & Gradle

Jan 09, 2021
1 stars

wind · wind library

<dependency>
    <groupId>com.lvonce</groupId>
    <artifactId>wind</artifactId>
    <version>0.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lvonce : wind to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.4

All Versions

Choose a version of com.lvonce : wind to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
wind-0.5.4
wind-0.5.3
wind-0.5.2
wind-0.5.1
wind-0.5.0
0.4.x
wind-0.4.9
wind-0.4.8
wind-0.4.7
wind-0.4.6
wind-0.4.5
wind-0.4.4
wind-0.4.3
wind-0.4.2
wind-0.4.1
wind-0.4.0
0.3.x
wind-0.3.9
wind-0.3.8
wind-0.3.7
wind-0.3.6
wind-0.3.5
wind-0.3.4
wind-0.3.3
wind-0.3.2
wind-0.3.0
0.2.x
wind-0.2.0
0.1.x
wind-0.1.0

How to add a dependency to Maven

Add the following com.lvonce : wind maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lvonce</groupId>
    <artifactId>wind</artifactId>
    <version>0.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lvonce : wind gradle dependency to your build.gradle file:

implementation 'com.lvonce:wind:0.5.4'

Gradle Kotlin DSL: Add the following com.lvonce : wind gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lvonce:wind:0.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lvonce : wind sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lvonce" % "wind" % "0.5.4"