GroupId | GroupIdorg.jarbframework |
---|---|
ArtifactId | ArtifactIdjarb-constraint-violations |
Version | Version1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jarbframework/jarb-constraint-violations/ -->
<dependency>
<groupId>org.jarbframework</groupId>
<artifactId>jarb-constraint-violations</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jarbframework/jarb-constraint-violations/
implementation 'org.jarbframework:jarb-constraint-violations:1.3'
// https://jarcasting.com/artifacts/org.jarbframework/jarb-constraint-violations/
implementation ("org.jarbframework:jarb-constraint-violations:1.3")
'org.jarbframework:jarb-constraint-violations:jar:1.3'
<dependency org="org.jarbframework" name="jarb-constraint-violations" rev="1.3">
<artifact name="jarb-constraint-violations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jarbframework', module='jarb-constraint-violations', version='1.3')
)
libraryDependencies += "org.jarbframework" % "jarb-constraint-violations" % "1.3"
[org.jarbframework/jarb-constraint-violations "1.3"]