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