| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.xrpl | 
    
| ArtifactId | ArtifactIdxrpl4j-binary-codec | 
    
| Last Version | Last Version3.0.0-rc1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionxrpl4j :: binary-codec 
            Classes for converting to XRPL binary format 
         | 
    
| Project Organization | 
                    Project OrganizationXRPL Foundation and its contributors | 
            
<!-- https://jarcasting.com/artifacts/org.xrpl/xrpl4j-binary-codec/ -->
<dependency>
    <groupId>org.xrpl</groupId>
    <artifactId>xrpl4j-binary-codec</artifactId>
    <version>3.0.0-rc1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.xrpl/xrpl4j-binary-codec/
implementation 'org.xrpl:xrpl4j-binary-codec:3.0.0-rc1'
                // https://jarcasting.com/artifacts/org.xrpl/xrpl4j-binary-codec/
implementation ("org.xrpl:xrpl4j-binary-codec:3.0.0-rc1")
                'org.xrpl:xrpl4j-binary-codec:jar:3.0.0-rc1'
                <dependency org="org.xrpl" name="xrpl4j-binary-codec" rev="3.0.0-rc1">
  <artifact name="xrpl4j-binary-codec" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.xrpl', module='xrpl4j-binary-codec', version='3.0.0-rc1')
)
                libraryDependencies += "org.xrpl" % "xrpl4j-binary-codec" % "3.0.0-rc1"
                [org.xrpl/xrpl4j-binary-codec "3.0.0-rc1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.xrpl : xrpl4j-model | jar | 3.0.0-rc1 | 
| org.xrpl : xrpl4j-address-codec | jar | 3.0.0-rc1 | 
| com.google.guava : guava | jar | 29.0-jre | 
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.13.0 | 
| com.fasterxml.jackson.core : jackson-core | jar | 2.13.0 | 
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.0 | 
| com.fasterxml.jackson.datatype : jackson-datatype-guava | jar | 2.13.0 | 
| com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.13.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.immutables : value | jar | 2.8.8 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.assertj : assertj-core | jar | 3.14.0 | 
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 | 
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 | 
| org.junit.jupiter : junit-jupiter-params | jar | 5.7.1 | 
| org.slf4j : slf4j-api | jar | 1.7.30 | 
| ch.qos.logback : logback-classic | jar | 1.2.3 |