is not current version
Last Version 0.1.0.2

com.github.kimffy24:uow 0.1.0.1

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

GroupId

GroupId

com.github.kimffy24
ArtifactId

ArtifactId

uow
Version

Version

0.1.0.1
Type

Type

jar

Download uow 0.1.0.1


<!-- https://jarcasting.com/artifacts/com.github.kimffy24/uow/ -->
<dependency>
    <groupId>com.github.kimffy24</groupId>
    <artifactId>uow</artifactId>
    <version>0.1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kimffy24/uow/
implementation 'com.github.kimffy24:uow:0.1.0.1'
// https://jarcasting.com/artifacts/com.github.kimffy24/uow/
implementation ("com.github.kimffy24:uow:0.1.0.1")
'com.github.kimffy24:uow:jar:0.1.0.1'
<dependency org="com.github.kimffy24" name="uow" rev="0.1.0.1">
  <artifact name="uow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kimffy24', module='uow', version='0.1.0.1')
)
libraryDependencies += "com.github.kimffy24" % "uow" % "0.1.0.1"
[com.github.kimffy24/uow "0.1.0.1"]