GroupId | GroupIdorg.jadira.bindings |
---|---|
ArtifactId | ArtifactIdbindings |
Version | Version3.1.0.CR6 |
Type | Typejar |
Filename | Size |
---|---|
bindings-3.1.0.CR6.pom | |
bindings-3.1.0.CR6.jar | 105 KB |
bindings-3.1.0.CR6-tests.jar | 51 KB |
bindings-3.1.0.CR6-sources.jar | 100 KB |
bindings-3.1.0.CR6-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jadira.bindings/bindings/ -->
<dependency>
<groupId>org.jadira.bindings</groupId>
<artifactId>bindings</artifactId>
<version>3.1.0.CR6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jadira.bindings/bindings/
implementation 'org.jadira.bindings:bindings:3.1.0.CR6'
// https://jarcasting.com/artifacts/org.jadira.bindings/bindings/
implementation ("org.jadira.bindings:bindings:3.1.0.CR6")
'org.jadira.bindings:bindings:jar:3.1.0.CR6'
<dependency org="org.jadira.bindings" name="bindings" rev="3.1.0.CR6">
<artifact name="bindings" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jadira.bindings', module='bindings', version='3.1.0.CR6')
)
libraryDependencies += "org.jadira.bindings" % "bindings" % "3.1.0.CR6"
[org.jadira.bindings/bindings "3.1.0.CR6"]