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