| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesNet | 
        
| GroupId | GroupIdnet.sf.exlp | 
    
| ArtifactId | ArtifactIdexlp | 
    
| Last Version | Last Version0.1.14 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionExLP (Extensible Logfile Processor) 
            ExLP (Extensible Logfile Processor) 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| exlp-0.1.14.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.sf.exlp/exlp/ -->
<dependency>
    <groupId>net.sf.exlp</groupId>
    <artifactId>exlp</artifactId>
    <version>0.1.14</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/net.sf.exlp/exlp/
implementation 'net.sf.exlp:exlp:0.1.14'
                // https://jarcasting.com/artifacts/net.sf.exlp/exlp/
implementation ("net.sf.exlp:exlp:0.1.14")
                'net.sf.exlp:exlp:pom:0.1.14'
                <dependency org="net.sf.exlp" name="exlp" rev="0.1.14">
  <artifact name="exlp" type="pom" />
</dependency>
                @Grapes(
@Grab(group='net.sf.exlp', module='exlp', version='0.1.14')
)
                libraryDependencies += "net.sf.exlp" % "exlp" % "0.1.14"
                [net.sf.exlp/exlp "0.1.14"]