| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.tooltwist | 
    
| ArtifactId | ArtifactIdfilemap | 
    
| Last Version | Last Version0.0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionfilemap 
            Virtual file mapping, onto various storage locations 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| filemap-0.0.1.pom | |
| filemap-0.0.1.jar | 8 KB | 
| filemap-0.0.1-sources.jar | 4 KB | 
| filemap-0.0.1-javadoc.jar | 37 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.tooltwist/filemap/ -->
<dependency>
    <groupId>com.tooltwist</groupId>
    <artifactId>filemap</artifactId>
    <version>0.0.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.tooltwist/filemap/
implementation 'com.tooltwist:filemap:0.0.1'
                // https://jarcasting.com/artifacts/com.tooltwist/filemap/
implementation ("com.tooltwist:filemap:0.0.1")
                'com.tooltwist:filemap:jar:0.0.1'
                <dependency org="com.tooltwist" name="filemap" rev="0.0.1">
  <artifact name="filemap" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.tooltwist', module='filemap', version='0.0.1')
)
                libraryDependencies += "com.tooltwist" % "filemap" % "0.0.1"
                [com.tooltwist/filemap "0.0.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.tooltwist : xdata | jar | 0.3.2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 |