is not current version
Last Version 2.0.0-BETA-4

dev.vality:shared-resources 2.0.0-BETA-2

Dockerfile, git.properties and logback configuration

GroupId

GroupId

dev.vality
ArtifactId

ArtifactId

shared-resources
Version

Version

2.0.0-BETA-2
Type

Type

jar

Download shared-resources 2.0.0-BETA-2


<!-- 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"]