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