| Группа | Группаcom.gitlab.marvinh |
|---|---|
| Идентификатор | Идентификаторservice |
| Версия | Версия3.4.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| service-3.4.2.pom | |
| service-3.4.2.jar | 5 KB |
| service-3.4.2-sources.jar | 4 KB |
| service-3.4.2-javadoc.jar | 410 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.gitlab.marvinh/service/ -->
<dependency>
<groupId>com.gitlab.marvinh</groupId>
<artifactId>service</artifactId>
<version>3.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.marvinh/service/
implementation 'com.gitlab.marvinh:service:3.4.2'
// https://jarcasting.com/artifacts/com.gitlab.marvinh/service/
implementation ("com.gitlab.marvinh:service:3.4.2")
'com.gitlab.marvinh:service:jar:3.4.2'
<dependency org="com.gitlab.marvinh" name="service" rev="3.4.2">
<artifact name="service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.marvinh', module='service', version='3.4.2')
)
libraryDependencies += "com.gitlab.marvinh" % "service" % "3.4.2"
[com.gitlab.marvinh/service "3.4.2"]