| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJava Languages Net | 
        
| GroupId | GroupIdnet.java.truevfs | 
    
| ArtifactId | ArtifactIdtruevfs-profile | 
    
| Last Version | Last Version0.11.1 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionTrueVFS Profile 
            Profile modules bundle some other modules so that you can use them as
        a single all-in-one dependency - they do not provide any additional
        functionality. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| truevfs-profile-0.11.1.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.java.truevfs/truevfs-profile/ -->
<dependency>
    <groupId>net.java.truevfs</groupId>
    <artifactId>truevfs-profile</artifactId>
    <version>0.11.1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/net.java.truevfs/truevfs-profile/
implementation 'net.java.truevfs:truevfs-profile:0.11.1'
                // https://jarcasting.com/artifacts/net.java.truevfs/truevfs-profile/
implementation ("net.java.truevfs:truevfs-profile:0.11.1")
                'net.java.truevfs:truevfs-profile:pom:0.11.1'
                <dependency org="net.java.truevfs" name="truevfs-profile" rev="0.11.1">
  <artifact name="truevfs-profile" type="pom" />
</dependency>
                @Grapes(
@Grab(group='net.java.truevfs', module='truevfs-profile', version='0.11.1')
)
                libraryDependencies += "net.java.truevfs" % "truevfs-profile" % "0.11.1"
                [net.java.truevfs/truevfs-profile "0.11.1"]