- Project homepage is at https://1dir1.net/doc/wordpress-java/.
- Quick but probably outdated tips are available at https://github.com/1dir1/wordpress-java/wiki
| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.bican |
| ArtifactId | ArtifactIdjwordpress |
| Last Version | Last Version0.7.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionwordpress-java
This is a small client library and a command line interface for interacting with the xmlrpc interface of wordpress.
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jwordpress-0.7.0.pom | |
| jwordpress-0.7.0.jar | 63 KB |
| jwordpress-0.7.0-sources.jar | 52 KB |
| jwordpress-0.7.0-javadoc.jar | 282 KB |
| jwordpress-0.7.0-cliapi.zip | 1 MB |
| jwordpress-0.7.0-cli.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.bican/jwordpress/ -->
<dependency>
<groupId>net.bican</groupId>
<artifactId>jwordpress</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.bican/jwordpress/
implementation 'net.bican:jwordpress:0.7.0'
// https://jarcasting.com/artifacts/net.bican/jwordpress/
implementation ("net.bican:jwordpress:0.7.0")
'net.bican:jwordpress:jar:0.7.0'
<dependency org="net.bican" name="jwordpress" rev="0.7.0">
<artifact name="jwordpress" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bican', module='jwordpress', version='0.7.0')
)
libraryDependencies += "net.bican" % "jwordpress" % "0.7.0"
[net.bican/jwordpress "0.7.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.json : json | jar | 20140107 |
| redstone.xmlrpc » xmlrpc | jar | 1.1.1 |
| commons-configuration : commons-configuration | jar | 1.8 |
| commons-cli : commons-cli | jar | 1.2 |
| commons-logging : commons-logging | jar | 1.1.1 |
| commons-collections : commons-collections | jar | 3.2.1 |
| commons-lang : commons-lang | jar | 2.6 |
| org.slf4j : slf4j-api | jar | 1.7.12 |
| org.projectlombok : lombok | jar | 1.16.16 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.1 |
| org.slf4j : slf4j-simple | jar | 1.7.12 |
| joda-time : joda-time | jar | 2.8.2 |