is not current version
Last Version 0.3

org.sidoh:wwf_api 0.2

A Java library for interacting with Zynga's Words With Friends programmatically

GroupId

GroupId

org.sidoh
ArtifactId

ArtifactId

wwf_api
Version

Version

0.2
Type

Type

jar

Download wwf_api 0.2


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