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