| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJava Languages Net | 
        
| GroupId | GroupIdnet.java.truevfs | 
    
| ArtifactId | ArtifactIdtruevfs-comp | 
    
| Last Version | Last Version0.11.1 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionTrueVFS Component 
            Component modules provide some functionality to serve as a building
        block for other modules.
        Unlike TrueVFS Driver or TrueVFS Extension modules, component modules
        do NOT advertise services for use by the TrueVFS Kernel on the class
        path. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| truevfs-comp-0.11.1.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.java.truevfs/truevfs-comp/ -->
<dependency>
    <groupId>net.java.truevfs</groupId>
    <artifactId>truevfs-comp</artifactId>
    <version>0.11.1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/net.java.truevfs/truevfs-comp/
implementation 'net.java.truevfs:truevfs-comp:0.11.1'
                // https://jarcasting.com/artifacts/net.java.truevfs/truevfs-comp/
implementation ("net.java.truevfs:truevfs-comp:0.11.1")
                'net.java.truevfs:truevfs-comp:pom:0.11.1'
                <dependency org="net.java.truevfs" name="truevfs-comp" rev="0.11.1">
  <artifact name="truevfs-comp" type="pom" />
</dependency>
                @Grapes(
@Grab(group='net.java.truevfs', module='truevfs-comp', version='0.11.1')
)
                libraryDependencies += "net.java.truevfs" % "truevfs-comp" % "0.11.1"
                [net.java.truevfs/truevfs-comp "0.11.1"]