| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.ferris |
| Идентификатор | Идентификаторferris-resources |
| Последняя версия | Последняя версия0.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеFerris Resources
Contains resource which are shared among all Ferris project, resources such as properties file, images, etc.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| ferris-resources-0.0.2.pom | |
| ferris-resources-0.0.2.jar | 20 KB |
| ferris-resources-0.0.2-sources.jar | 19 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ferris/ferris-resources/ -->
<dependency>
<groupId>org.ferris</groupId>
<artifactId>ferris-resources</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ferris/ferris-resources/
implementation 'org.ferris:ferris-resources:0.0.2'
// https://jarcasting.com/artifacts/org.ferris/ferris-resources/
implementation ("org.ferris:ferris-resources:0.0.2")
'org.ferris:ferris-resources:jar:0.0.2'
<dependency org="org.ferris" name="ferris-resources" rev="0.0.2">
<artifact name="ferris-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ferris', module='ferris-resources', version='0.0.2')
)
libraryDependencies += "org.ferris" % "ferris-resources" % "0.0.2"
[org.ferris/ferris-resources "0.0.2"]