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