| Лицензия |
Лицензия |
|---|---|
| Группа | Группаtech.sirwellington.alchemy |
| Идентификатор | Идентификаторalchemy |
| Последняя версия | Последняя версия2.12 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеalchemy
The Alchemy Collection; Making Java fun again.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| alchemy-2.12.pom | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy/ -->
<dependency>
<groupId>tech.sirwellington.alchemy</groupId>
<artifactId>alchemy</artifactId>
<version>2.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy/
implementation 'tech.sirwellington.alchemy:alchemy:2.12'
// https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy/
implementation ("tech.sirwellington.alchemy:alchemy:2.12")
'tech.sirwellington.alchemy:alchemy:pom:2.12'
<dependency org="tech.sirwellington.alchemy" name="alchemy" rev="2.12">
<artifact name="alchemy" type="pom" />
</dependency>
@Grapes(
@Grab(group='tech.sirwellington.alchemy', module='alchemy', version='2.12')
)
libraryDependencies += "tech.sirwellington.alchemy" % "alchemy" % "2.12"
[tech.sirwellington.alchemy/alchemy "2.12"]