p

podio-api-client

Community maintained Java wrapper for the Podio API
https://github.com/podio-community/podio-java
MIT
Christian Holm Daniel Schreiber
Files download
File Operation
podio-api-client-3.0.0.jar download
podio-api-client-3.0.0.pom download
podio-api-client-3.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.podio-community</groupId>
  <artifactId>podio-api-client</artifactId>
  <version>3.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.podio-community:podio-api-client:3.0.0'
Gradle Kotlin
implementation("com.github.podio-community:podio-api-client:3.0.0")
Scala SBT
libraryDependencies += "com.github.podio-community" % "podio-api-client" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.podio-community', module='podio-api-client', version='3.0.0')
)
Apache Ivy
<dependency org="com.github.podio-community" name="podio-api-client" rev="3.0.0" />
Leiningen
[com.github.podio-community/podio-api-client "3.0.0"]
Apache Buildr
'com.github.podio-community:podio-api-client:jar:3.0.0'