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