MVN

kr.jclab.javautils : winexetag

Maven & Gradle

Mar 06, 2024
0 stars

winexetag · go-winexetag for java

<dependency>
    <groupId>kr.jclab.javautils</groupId>
    <artifactId>winexetag</artifactId>
    <version>0.0.1-rc6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of kr.jclab.javautils : winexetag to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1-rc6
  • Latest Release Candidate: 0.0.1-rc6

All Versions

Choose a version of kr.jclab.javautils : winexetag to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
winexetag-0.0.1-rc6

How to add a dependency to Maven

Add the following kr.jclab.javautils : winexetag maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>kr.jclab.javautils</groupId>
    <artifactId>winexetag</artifactId>
    <version>0.0.1-rc6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following kr.jclab.javautils : winexetag gradle dependency to your build.gradle file:

implementation 'kr.jclab.javautils:winexetag:0.0.1-rc6'

Gradle Kotlin DSL: Add the following kr.jclab.javautils : winexetag gradle kotlin dependency to your build.gradle.kts file:

implementation("kr.jclab.javautils:winexetag:0.0.1-rc6")

How to add a dependency to SBT Scala

SBT Scala: Add the following kr.jclab.javautils : winexetag sbt scala dependency to your build.sbt file:

libraryDependencies += "kr.jclab.javautils" % "winexetag" % "0.0.1-rc6"