context-mgmt-annotation
Some annotations set dedicated to context management. See wiki page for more informations.
| License | License | 
|---|---|
| GroupId | GroupIdcom.github.dgrandemange | 
| ArtifactId | ArtifactIdcontext-mgmt-annotation | 
| Last Version | Last Version2.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptioncontext-mgmt-annotation Set of annotations dedicated to context management | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/com.github.dgrandemange/context-mgmt-annotation/ -->
<dependency>
    <groupId>com.github.dgrandemange</groupId>
    <artifactId>context-mgmt-annotation</artifactId>
    <version>2.0.0</version>
</dependency>// https://jarcasting.com/artifacts/com.github.dgrandemange/context-mgmt-annotation/
implementation 'com.github.dgrandemange:context-mgmt-annotation:2.0.0'// https://jarcasting.com/artifacts/com.github.dgrandemange/context-mgmt-annotation/
implementation ("com.github.dgrandemange:context-mgmt-annotation:2.0.0")'com.github.dgrandemange:context-mgmt-annotation:jar:2.0.0'<dependency org="com.github.dgrandemange" name="context-mgmt-annotation" rev="2.0.0">
  <artifact name="context-mgmt-annotation" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.dgrandemange', module='context-mgmt-annotation', version='2.0.0')
)libraryDependencies += "com.github.dgrandemange" % "context-mgmt-annotation" % "2.0.0"[com.github.dgrandemange/context-mgmt-annotation "2.0.0"]Some annotations set dedicated to context management. See wiki page for more informations.