| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesData Data Structures | 
        
| GroupId | GroupIdcom.github.allocate-mutate-compact | 
    
| ArtifactId | ArtifactIddata-structures | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptioncom.github.allocate-mutate-compactdata-structures 
            Open source project for the advance data structures 
         | 
    
| Filename | Size | 
|---|---|
| data-structures-1.0.0.pom | |
| data-structures-1.0.0.jar | 314 KB | 
| data-structures-1.0.0-sources.jar | 167 KB | 
| data-structures-1.0.0-javadoc.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.allocate-mutate-compact/data-structures/ -->
<dependency>
    <groupId>com.github.allocate-mutate-compact</groupId>
    <artifactId>data-structures</artifactId>
    <version>1.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.allocate-mutate-compact/data-structures/
implementation 'com.github.allocate-mutate-compact:data-structures:1.0.0'
                // https://jarcasting.com/artifacts/com.github.allocate-mutate-compact/data-structures/
implementation ("com.github.allocate-mutate-compact:data-structures:1.0.0")
                'com.github.allocate-mutate-compact:data-structures:jar:1.0.0'
                <dependency org="com.github.allocate-mutate-compact" name="data-structures" rev="1.0.0">
  <artifact name="data-structures" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.allocate-mutate-compact', module='data-structures', version='1.0.0')
)
                libraryDependencies += "com.github.allocate-mutate-compact" % "data-structures" % "1.0.0"
                [com.github.allocate-mutate-compact/data-structures "1.0.0"]