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