| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.jasonwjones.pbcs |
| ArtifactId | ArtifactIdpbj-pbcs-client |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPBJ - The PBCS REST API Java Client
PBJ is a Java client for working with the REST API exposed by Oracle's Planning and Budgeting Cloud Service (PBCS).
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| pbj-pbcs-client-1.0.1.pom | |
| pbj-pbcs-client-1.0.1.jar | 57 KB |
| pbj-pbcs-client-1.0.1-sources.jar | 42 KB |
| pbj-pbcs-client-1.0.1-javadoc.jar | 362 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jasonwjones.pbcs/pbj-pbcs-client/ -->
<dependency>
<groupId>com.jasonwjones.pbcs</groupId>
<artifactId>pbj-pbcs-client</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jasonwjones.pbcs/pbj-pbcs-client/
implementation 'com.jasonwjones.pbcs:pbj-pbcs-client:1.0.1'
// https://jarcasting.com/artifacts/com.jasonwjones.pbcs/pbj-pbcs-client/
implementation ("com.jasonwjones.pbcs:pbj-pbcs-client:1.0.1")
'com.jasonwjones.pbcs:pbj-pbcs-client:jar:1.0.1'
<dependency org="com.jasonwjones.pbcs" name="pbj-pbcs-client" rev="1.0.1">
<artifact name="pbj-pbcs-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jasonwjones.pbcs', module='pbj-pbcs-client', version='1.0.1')
)
libraryDependencies += "com.jasonwjones.pbcs" % "pbj-pbcs-client" % "1.0.1"
[com.jasonwjones.pbcs/pbj-pbcs-client "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-web | jar | |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.4.4 |
| org.apache.httpcomponents : httpclient | jar | 4.3.6 |
| org.slf4j : slf4j-api | jar | 1.7.8 |
| ch.qos.logback : logback-classic | jar | 1.1.2 |
| commons-logging : commons-logging | jar | 1.2 |
| net.lingala.zip4j : zip4j | jar | 1.3.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |