License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.chobit.wp |
ArtifactId | ArtifactIdwordpress-client |
Version | Version0.1.6 |
Type | Typejar |
Description |
DescriptionWordPress-Client
WordPress Java client
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
wordpress-client-0.1.6.pom | |
wordpress-client-0.1.6.jar | 39 KB |
wordpress-client-0.1.6-sources.jar | 17 KB |
wordpress-client-0.1.6-javadoc.jar | 214 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.chobit.wp/wordpress-client/ -->
<dependency>
<groupId>org.chobit.wp</groupId>
<artifactId>wordpress-client</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.chobit.wp/wordpress-client/
implementation 'org.chobit.wp:wordpress-client:0.1.6'
// https://jarcasting.com/artifacts/org.chobit.wp/wordpress-client/
implementation ("org.chobit.wp:wordpress-client:0.1.6")
'org.chobit.wp:wordpress-client:jar:0.1.6'
<dependency org="org.chobit.wp" name="wordpress-client" rev="0.1.6">
<artifact name="wordpress-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.chobit.wp', module='wordpress-client', version='0.1.6')
)
libraryDependencies += "org.chobit.wp" % "wordpress-client" % "0.1.6"
[org.chobit.wp/wordpress-client "0.1.6"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.xmlrpc : xmlrpc-client | jar | 3.1.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |