Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.chobit.wp |
ArtifactId | ArtifactIdwordpress-client |
Version | Version0.1.5 |
Type | Typejar |
Filename | Size |
---|---|
wordpress-client-0.1.5.pom | |
wordpress-client-0.1.5.jar | 34 KB |
wordpress-client-0.1.5-sources.jar | 15 KB |
wordpress-client-0.1.5-javadoc.jar | 190 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.chobit.wp/wordpress-client/ -->
<dependency>
<groupId>org.chobit.wp</groupId>
<artifactId>wordpress-client</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.chobit.wp/wordpress-client/
implementation 'org.chobit.wp:wordpress-client:0.1.5'
// https://jarcasting.com/artifacts/org.chobit.wp/wordpress-client/
implementation ("org.chobit.wp:wordpress-client:0.1.5")
'org.chobit.wp:wordpress-client:jar:0.1.5'
<dependency org="org.chobit.wp" name="wordpress-client" rev="0.1.5">
<artifact name="wordpress-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.chobit.wp', module='wordpress-client', version='0.1.5')
)
libraryDependencies += "org.chobit.wp" % "wordpress-client" % "0.1.5"
[org.chobit.wp/wordpress-client "0.1.5"]