| Лицензия |
Лицензия |
|---|---|
| Группа | Группаtech.sirwellington.alchemy |
| Идентификатор | Идентификаторalchemy-annotations |
| Последняя версия | Последняя версия2.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеalchemy-annotations
Alchemy; making Java fun again.
Write what you mean, mean what you write.
Alchemy Annotations allow clearer documentation of intent of your code.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| alchemy-annotations-2.2.pom | |
| alchemy-annotations-2.2.jar | 22 KB |
| alchemy-annotations-2.2-sources.jar | 26 KB |
| alchemy-annotations-2.2-javadoc.jar | 235 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-annotations/ -->
<dependency>
<groupId>tech.sirwellington.alchemy</groupId>
<artifactId>alchemy-annotations</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-annotations/
implementation 'tech.sirwellington.alchemy:alchemy-annotations:2.2'
// https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-annotations/
implementation ("tech.sirwellington.alchemy:alchemy-annotations:2.2")
'tech.sirwellington.alchemy:alchemy-annotations:jar:2.2'
<dependency org="tech.sirwellington.alchemy" name="alchemy-annotations" rev="2.2">
<artifact name="alchemy-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.sirwellington.alchemy', module='alchemy-annotations', version='2.2')
)
libraryDependencies += "tech.sirwellington.alchemy" % "alchemy-annotations" % "2.2"
[tech.sirwellington.alchemy/alchemy-annotations "2.2"]