micronaut-uow-scope provides CustomScope implementation for Micronaut that allows to start/stop "Unit-of-work" and associate beans with this scope.
Quick start
TBD
| License |
License |
|---|---|
| Categories |
CategoriesMicronaut Container Microservices |
| GroupId | GroupIdcom.jpragma |
| ArtifactId | ArtifactIdmicronaut-uow-scope |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMicronautUowScope
Micronaut custom scope for Unit-of-work
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| micronaut-uow-scope-0.1.0.pom | |
| micronaut-uow-scope-0.1.0.jar | 23 KB |
| micronaut-uow-scope-0.1.0-sources.jar | 4 KB |
| micronaut-uow-scope-0.1.0-javadoc.jar | 406 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jpragma/micronaut-uow-scope/ -->
<dependency>
<groupId>com.jpragma</groupId>
<artifactId>micronaut-uow-scope</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jpragma/micronaut-uow-scope/
implementation 'com.jpragma:micronaut-uow-scope:0.1.0'
// https://jarcasting.com/artifacts/com.jpragma/micronaut-uow-scope/
implementation ("com.jpragma:micronaut-uow-scope:0.1.0")
'com.jpragma:micronaut-uow-scope:jar:0.1.0'
<dependency org="com.jpragma" name="micronaut-uow-scope" rev="0.1.0">
<artifact name="micronaut-uow-scope" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jpragma', module='micronaut-uow-scope', version='0.1.0')
)
libraryDependencies += "com.jpragma" % "micronaut-uow-scope" % "0.1.0"
[com.jpragma/micronaut-uow-scope "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.micronaut : micronaut-inject | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| io.micronaut : micronaut-validation | jar | |
| io.micronaut : micronaut-runtime | jar | |
| ch.qos.logback : logback-classic | jar |
micronaut-uow-scope provides CustomScope implementation for Micronaut that allows to start/stop "Unit-of-work" and associate beans with this scope.
TBD