| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка |
| Группа | Группаio.github.xantorohara |
| Идентификатор | Идентификаторmetalock |
| Последняя версия | Последняя версия0.1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеMetalock
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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-test | jar | 4.2.3.RELEASE |
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-library | jar | 1.3 |