License |
License |
---|---|
GroupId | GroupIdcom.github.kimffy24 |
ArtifactId | ArtifactIduow |
Last Version | Last Version0.1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionuow
UoW is means Unit of Work. We can use this toolkit to save the aggregate root easily.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
uow-0.1.0.2.pom | |
uow-0.1.0.2.jar | 64 KB |
uow-0.1.0.2-sources.jar | 34 KB |
uow-0.1.0.2-javadoc.jar | 248 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kimffy24/uow/ -->
<dependency>
<groupId>com.github.kimffy24</groupId>
<artifactId>uow</artifactId>
<version>0.1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kimffy24/uow/
implementation 'com.github.kimffy24:uow:0.1.0.2'
// https://jarcasting.com/artifacts/com.github.kimffy24/uow/
implementation ("com.github.kimffy24:uow:0.1.0.2")
'com.github.kimffy24:uow:jar:0.1.0.2'
<dependency org="com.github.kimffy24" name="uow" rev="0.1.0.2">
<artifact name="uow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kimffy24', module='uow', version='0.1.0.2')
)
libraryDependencies += "com.github.kimffy24" % "uow" % "0.1.0.2"
[com.github.kimffy24/uow "0.1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.5.2 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.5.2 |
org.mybatis : mybatis | jar | 3.5.6 |
org.aspectj : aspectjweaver | jar | 1.8.14 |
com.github.kimffy24 : ejoker-common | jar | 3.0.7.1 |