License |
License |
---|---|
Categories |
CategoriesUnity Business Logic Libraries Game Development CLI User Interface |
GroupId | GroupIdcom.github.podio-community |
ArtifactId | ArtifactIdpodio-api-client |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPodio API Client
Community maintaned Java wrapper for the Podio API
|
Project URL |
Project URL |
Filename | Size |
---|---|
podio-api-client-1.1.0.pom | |
podio-api-client-1.1.0.jar | 291 KB |
podio-api-client-1.1.0-sources.jar | 162 KB |
podio-api-client-1.1.0-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.podio-community/podio-api-client/ -->
<dependency>
<groupId>com.github.podio-community</groupId>
<artifactId>podio-api-client</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.podio-community/podio-api-client/
implementation 'com.github.podio-community:podio-api-client:1.1.0'
// https://jarcasting.com/artifacts/com.github.podio-community/podio-api-client/
implementation ("com.github.podio-community:podio-api-client:1.1.0")
'com.github.podio-community:podio-api-client:jar:1.1.0'
<dependency org="com.github.podio-community" name="podio-api-client" rev="1.1.0">
<artifact name="podio-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.podio-community', module='podio-api-client', version='1.1.0')
)
libraryDependencies += "com.github.podio-community" % "podio-api-client" % "1.1.0"
[com.github.podio-community/podio-api-client "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
org.glassfish.jersey.core : jersey-client | jar | 2.30.1 |
org.glassfish.jersey.media : jersey-media-json-jackson1 | jar | 2.30.1 |
org.glassfish.jersey.media : jersey-media-multipart | jar | 2.30.1 |
org.glassfish.jersey.inject : jersey-hk2 | jar | 2.30.1 |
org.codehaus.jackson : jackson-jaxrs | jar | 1.9.13 |
org.codehaus.jackson : jackson-core-asl | jar | 1.9.13 |
org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.13 |
org.codehaus.jackson : jackson-xc | jar | 1.9.13 |
joda-time : joda-time | jar | 2.10.3 |
org.joda : joda-money Optional | jar | 0.10.0 |
commons-io : commons-io | jar | 2.7 |
commons-beanutils : commons-beanutils | jar | 1.9.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
com.github.tomakehurst : wiremock-jre8 | jar | 2.26.3 |
org.slf4j : slf4j-log4j12 | jar | 1.7.30 |