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