GroupId | GroupIdorg.jarbframework |
---|---|
ArtifactId | ArtifactIdjarb-constraints |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
jarb-constraints-2.0.3.pom | |
jarb-constraints-2.0.3.jar | 135 KB |
jarb-constraints-2.0.3-sources.jar | 69 KB |
jarb-constraints-2.0.3-javadoc.jar | 441 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jarbframework/jarb-constraints/ -->
<dependency>
<groupId>org.jarbframework</groupId>
<artifactId>jarb-constraints</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jarbframework/jarb-constraints/
implementation 'org.jarbframework:jarb-constraints:2.0.3'
// https://jarcasting.com/artifacts/org.jarbframework/jarb-constraints/
implementation ("org.jarbframework:jarb-constraints:2.0.3")
'org.jarbframework:jarb-constraints:jar:2.0.3'
<dependency org="org.jarbframework" name="jarb-constraints" rev="2.0.3">
<artifact name="jarb-constraints" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jarbframework', module='jarb-constraints', version='2.0.3')
)
libraryDependencies += "org.jarbframework" % "jarb-constraints" % "2.0.3"
[org.jarbframework/jarb-constraints "2.0.3"]