p

pep1-commons

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