Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIddev.vality |
ArtifactId | ArtifactIdidentification-proto |
Version | Version1.7-2330fac |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/dev.vality/identification-proto/ -->
<dependency>
<groupId>dev.vality</groupId>
<artifactId>identification-proto</artifactId>
<version>1.7-2330fac</version>
</dependency>
// https://jarcasting.com/artifacts/dev.vality/identification-proto/
implementation 'dev.vality:identification-proto:1.7-2330fac'
// https://jarcasting.com/artifacts/dev.vality/identification-proto/
implementation ("dev.vality:identification-proto:1.7-2330fac")
'dev.vality:identification-proto:jar:1.7-2330fac'
<dependency org="dev.vality" name="identification-proto" rev="1.7-2330fac">
<artifact name="identification-proto" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.vality', module='identification-proto', version='1.7-2330fac')
)
libraryDependencies += "dev.vality" % "identification-proto" % "1.7-2330fac"
[dev.vality/identification-proto "1.7-2330fac"]