| License | 
                License
                                                        CDDL or GPL 2 with Classpath Exception                                                 
                             | 
        
|---|---|
| Categories | 
                CategoriesJava Languages Net | 
        
| GroupId | GroupIdnet.java.sezpoz | 
    
| ArtifactId | ArtifactIdpom | 
    
| Last Version | Last Version1.13 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionSezPoz 
            SezPoz is a lightweight and simple-to-learn library that lets you perform modular service lookups. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| pom-1.13.pom | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.java.sezpoz/pom/ -->
<dependency>
    <groupId>net.java.sezpoz</groupId>
    <artifactId>pom</artifactId>
    <version>1.13</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/net.java.sezpoz/pom/
implementation 'net.java.sezpoz:pom:1.13'
                // https://jarcasting.com/artifacts/net.java.sezpoz/pom/
implementation ("net.java.sezpoz:pom:1.13")
                'net.java.sezpoz:pom:pom:1.13'
                <dependency org="net.java.sezpoz" name="pom" rev="1.13">
  <artifact name="pom" type="pom" />
</dependency>
                @Grapes(
@Grab(group='net.java.sezpoz', module='pom', version='1.13')
)
                libraryDependencies += "net.java.sezpoz" % "pom" % "1.13"
                [net.java.sezpoz/pom "1.13"]