MVN

com.github.kimffy24 : uow

Maven & Gradle

Oct 12, 2021
0 stars

uow · UoW is means Unit of Work. We can use this toolkit to save the aggregate root easily.

<dependency>
    <groupId>com.github.kimffy24</groupId>
    <artifactId>uow</artifactId>
    <version>0.1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.kimffy24 : uow to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0.2

All Versions

Choose a version of com.github.kimffy24 : uow to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
uow-0.1.0.2
uow-0.1.0.1
uow-0.1.0.0
0.0.x
uow-0.0.6.1
uow-0.0.6
uow-0.0.5
uow-0.0.4
uow-0.0.3
uow-0.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.kimffy24</groupId>
    <artifactId>uow</artifactId>
    <version>0.1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.kimffy24 : uow gradle dependency to your build.gradle file:

implementation 'com.github.kimffy24:uow:0.1.0.2'

Gradle Kotlin DSL: Add the following com.github.kimffy24 : uow gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.kimffy24:uow:0.1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.kimffy24 : uow sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.kimffy24" % "uow" % "0.1.0.2"