MVN

work.shart : poi-util

Maven & Gradle

Mar 03, 2022

poi-util · www.shart.work

<dependency>
    <groupId>work.shart</groupId>
    <artifactId>poi-util</artifactId>
    <version>1.0.1-release</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of work.shart : poi-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1-release
  • Latest Beta: 0.0.2-Beta

All Versions

Choose a version of work.shart : poi-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
poi-util-1.0.1-release
poi-util-1.0.0-release
0.0.x
poi-util-0.0.5-release
poi-util-0.0.4-release
poi-util-0.0.3-release
poi-util-0.0.3
poi-util-0.0.2
poi-util-0.0.2-Beta
poi-util-0.0.1

How to add a dependency to Maven

Add the following work.shart : poi-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>work.shart</groupId>
    <artifactId>poi-util</artifactId>
    <version>1.0.1-release</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following work.shart : poi-util gradle dependency to your build.gradle file:

implementation 'work.shart:poi-util:1.0.1-release'

Gradle Kotlin DSL: Add the following work.shart : poi-util gradle kotlin dependency to your build.gradle.kts file:

implementation("work.shart:poi-util:1.0.1-release")

How to add a dependency to SBT Scala

SBT Scala: Add the following work.shart : poi-util sbt scala dependency to your build.sbt file:

libraryDependencies += "work.shart" % "poi-util" % "1.0.1-release"