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