| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.dingey |
| Идентификатор | Идентификаторcommon-service |
| Последняя версия | Последняя версия0.0.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеParent pom providing dependency and plugin management for applications
built with Maven
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| common-service-0.0.5.pom | |
| common-service-0.0.5.jar | 38 KB |
| common-service-0.0.5-sources.jar | 21 KB |
| common-service-0.0.5-javadoc.jar | 128 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.dingey/common-service/ -->
<dependency>
<groupId>com.github.dingey</groupId>
<artifactId>common-service</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dingey/common-service/
implementation 'com.github.dingey:common-service:0.0.5'
// https://jarcasting.com/artifacts/com.github.dingey/common-service/
implementation ("com.github.dingey:common-service:0.0.5")
'com.github.dingey:common-service:jar:0.0.5'
<dependency org="com.github.dingey" name="common-service" rev="0.0.5">
<artifact name="common-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dingey', module='common-service', version='0.0.5')
)
libraryDependencies += "com.github.dingey" % "common-service" % "0.0.5"
[com.github.dingey/common-service "0.0.5"]