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