p

pom

SezPoz is a lightweight and simple-to-learn library that lets you perform modular service lookups.
https://github.com/jglick/sezpoz
CDDL or GPL 2 with Classpath Exception
Jesse Glick
Files download
File Operation
pom-1.13.pom download
Apache Maven
<dependency>
  <groupId>net.java.sezpoz</groupId>
  <artifactId>pom</artifactId>
  <version>1.13</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.java.sezpoz:pom:1.13'
Gradle Kotlin
implementation("net.java.sezpoz:pom:1.13")
Scala SBT
libraryDependencies += "net.java.sezpoz" % "pom" % "1.13"
Groovy Grape
@Grapes(
  @Grab(group='net.java.sezpoz', module='pom', version='1.13')
)
Apache Ivy
<dependency org="net.java.sezpoz" name="pom" rev="1.13" />
Leiningen
[net.java.sezpoz/pom "1.13"]
Apache Buildr
'net.java.sezpoz:pom:jar:1.13'