| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.exbin.bined | 
    
| ArtifactId | ArtifactIdbined-operation | 
    
| Last Version | Last Version0.2.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionBinEd Operation Library 
            Library for hexadecimal editor operations 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| bined-operation-0.2.0.pom | |
| bined-operation-0.2.0.jar | 5 KB | 
| bined-operation-0.2.0-sources.jar | 8 KB | 
| bined-operation-0.2.0-javadoc.jar | 411 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.exbin.bined/bined-operation/ -->
<dependency>
    <groupId>org.exbin.bined</groupId>
    <artifactId>bined-operation</artifactId>
    <version>0.2.0</version>
</dependency>
                // https://jarcasting.com/artifacts/org.exbin.bined/bined-operation/
implementation 'org.exbin.bined:bined-operation:0.2.0'
                // https://jarcasting.com/artifacts/org.exbin.bined/bined-operation/
implementation ("org.exbin.bined:bined-operation:0.2.0")
                'org.exbin.bined:bined-operation:jar:0.2.0'
                <dependency org="org.exbin.bined" name="bined-operation" rev="0.2.0">
  <artifact name="bined-operation" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.exbin.bined', module='bined-operation', version='0.2.0')
)
                libraryDependencies += "org.exbin.bined" % "bined-operation" % "0.2.0"
                [org.exbin.bined/bined-operation "0.2.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.exbin.bined : bined-core | jar | 0.2.0 | 
| junit : junit | jar | 4.10 |