| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.springrts |
| Идентификатор | Идентификаторresources |
| Последняя версия | Последняя версия1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSpring RTS - Common Resources
Common resources used by all Maven projects related to Spring RTS
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| resources-1.1.pom | |
| resources-1.1.jar | 3 KB |
| resources-1.1-sources.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.springrts/resources/ -->
<dependency>
<groupId>com.springrts</groupId>
<artifactId>resources</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.springrts/resources/
implementation 'com.springrts:resources:1.1'
// https://jarcasting.com/artifacts/com.springrts/resources/
implementation ("com.springrts:resources:1.1")
'com.springrts:resources:jar:1.1'
<dependency org="com.springrts" name="resources" rev="1.1">
<artifact name="resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.springrts', module='resources', version='1.1')
)
libraryDependencies += "com.springrts" % "resources" % "1.1"
[com.springrts/resources "1.1"]