| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.sebhoss |
| Идентификатор | Идентификаторcommon-resources |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Описание |
ОписаниеCommon Resources
Common resources for building software
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| common-resources-1.0.1.pom | |
| common-resources-1.0.1.jar | 37 KB |
| common-resources-1.0.1-sources.jar | 35 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.sebhoss/common-resources/ -->
<dependency>
<groupId>com.github.sebhoss</groupId>
<artifactId>common-resources</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sebhoss/common-resources/
implementation 'com.github.sebhoss:common-resources:1.0.1'
// https://jarcasting.com/artifacts/com.github.sebhoss/common-resources/
implementation ("com.github.sebhoss:common-resources:1.0.1")
'com.github.sebhoss:common-resources:jar:1.0.1'
<dependency org="com.github.sebhoss" name="common-resources" rev="1.0.1">
<artifact name="common-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sebhoss', module='common-resources', version='1.0.1')
)
libraryDependencies += "com.github.sebhoss" % "common-resources" % "1.0.1"
[com.github.sebhoss/common-resources "1.0.1"]