p

pep1-commons

Commons.
Files download
File Operation
pep1-commons-0.6.jar download
pep1-commons-0.6.pom download
pep1-commons-0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.pep1</groupId>
  <artifactId>pep1-commons</artifactId>
  <version>0.6</version>
</dependency>
Gradle Groovy
implementation 'com.pep1:pep1-commons:0.6'
Gradle Kotlin
implementation("com.pep1:pep1-commons:0.6")
Scala SBT
libraryDependencies += "com.pep1" % "pep1-commons" % "0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.pep1', module='pep1-commons', version='0.6')
)
Apache Ivy
<dependency org="com.pep1" name="pep1-commons" rev="0.6" />
Leiningen
[com.pep1/pep1-commons "0.6"]
Apache Buildr
'com.pep1:pep1-commons:jar:0.6'