| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdio.github.xantorohara |
| ArtifactId | ArtifactIdmetalock |
| Last Version | Last Version0.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMetalock
The library contains Java annotations and aspects
that make it possible to synchronize methods in a simple way.
Actually it provides some kind of Named Locks.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| metalock-0.1.1.pom | |
| metalock-0.1.1.jar | 10 KB |
| metalock-0.1.1-sources.jar | 7 KB |
| metalock-0.1.1-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.xantorohara/metalock/ -->
<dependency>
<groupId>io.github.xantorohara</groupId>
<artifactId>metalock</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.xantorohara/metalock/
implementation 'io.github.xantorohara:metalock:0.1.1'
// https://jarcasting.com/artifacts/io.github.xantorohara/metalock/
implementation ("io.github.xantorohara:metalock:0.1.1")
'io.github.xantorohara:metalock:jar:0.1.1'
<dependency org="io.github.xantorohara" name="metalock" rev="0.1.1">
<artifact name="metalock" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.xantorohara', module='metalock', version='0.1.1')
)
libraryDependencies += "io.github.xantorohara" % "metalock" % "0.1.1"
[io.github.xantorohara/metalock "0.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context-support | jar | 4.2.3.RELEASE |
| org.springframework : spring-aop | jar | 4.2.3.RELEASE |
| org.springframework : spring-aspects | jar | 4.2.3.RELEASE |
| org.slf4j : slf4j-api | jar | 1.7.13 |
| ch.qos.logback : logback-classic | jar | 1.1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-test | jar | 4.2.3.RELEASE |
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-library | jar | 1.3 |