GroupId | GroupIdorg.jibx |
---|---|
ArtifactId | ArtifactIdjibx-bind |
Version | Version1.1.5 |
Type | Typejar |
Filename | Size |
---|---|
jibx-bind-1.1.5.pom | |
jibx-bind-1.1.5.jar | 323 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jibx/jibx-bind/ -->
<dependency>
<groupId>org.jibx</groupId>
<artifactId>jibx-bind</artifactId>
<version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.jibx/jibx-bind/
implementation 'org.jibx:jibx-bind:1.1.5'
// https://jarcasting.com/artifacts/org.jibx/jibx-bind/
implementation ("org.jibx:jibx-bind:1.1.5")
'org.jibx:jibx-bind:jar:1.1.5'
<dependency org="org.jibx" name="jibx-bind" rev="1.1.5">
<artifact name="jibx-bind" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jibx', module='jibx-bind', version='1.1.5')
)
libraryDependencies += "org.jibx" % "jibx-bind" % "1.1.5"
[org.jibx/jibx-bind "1.1.5"]