is not current version
Last Version 0.7.0

net.bican:jwordpress 0.6.2

This is a small client library and a command line interface for interacting with the xmlrpc interface of wordpress.

Categories

Categories

Net
GroupId

GroupId

net.bican
ArtifactId

ArtifactId

jwordpress
Version

Version

0.6.2
Type

Type

jar

Download jwordpress 0.6.2


<!-- https://jarcasting.com/artifacts/net.bican/jwordpress/ -->
<dependency>
    <groupId>net.bican</groupId>
    <artifactId>jwordpress</artifactId>
    <version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.bican/jwordpress/
implementation 'net.bican:jwordpress:0.6.2'
// https://jarcasting.com/artifacts/net.bican/jwordpress/
implementation ("net.bican:jwordpress:0.6.2")
'net.bican:jwordpress:jar:0.6.2'
<dependency org="net.bican" name="jwordpress" rev="0.6.2">
  <artifact name="jwordpress" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bican', module='jwordpress', version='0.6.2')
)
libraryDependencies += "net.bican" % "jwordpress" % "0.6.2"
[net.bican/jwordpress "0.6.2"]