| Лицензия |
Лицензия |
|---|---|
| Группа | Группаau.com.acegi |
| Идентификатор | Идентификаторacegi-standard-resources |
| Последняя версия | Последняя версия0.6.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеAcegi Standard Project: Resources
Conventions and configurations to simplify the long-term development of Java projects.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| acegi-standard-resources-0.6.3.pom | |
| acegi-standard-resources-0.6.3.jar | 10 KB |
| acegi-standard-resources-0.6.3-sources.jar | 10 KB |
| acegi-standard-resources-0.6.3-javadoc.jar | 392 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/au.com.acegi/acegi-standard-resources/ -->
<dependency>
<groupId>au.com.acegi</groupId>
<artifactId>acegi-standard-resources</artifactId>
<version>0.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/au.com.acegi/acegi-standard-resources/
implementation 'au.com.acegi:acegi-standard-resources:0.6.3'
// https://jarcasting.com/artifacts/au.com.acegi/acegi-standard-resources/
implementation ("au.com.acegi:acegi-standard-resources:0.6.3")
'au.com.acegi:acegi-standard-resources:jar:0.6.3'
<dependency org="au.com.acegi" name="acegi-standard-resources" rev="0.6.3">
<artifact name="acegi-standard-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.com.acegi', module='acegi-standard-resources', version='0.6.3')
)
libraryDependencies += "au.com.acegi" % "acegi-standard-resources" % "0.6.3"
[au.com.acegi/acegi-standard-resources "0.6.3"]