Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.votesmart |
ArtifactId | ArtifactIdvotesmart-client |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
votesmart-client-1.1.1.pom | |
votesmart-client-1.1.1.jar | 118 KB |
votesmart-client-1.1.1-sources.jar | 62 KB |
votesmart-client-1.1.1-javadoc.jar | 737 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.votesmart/votesmart-client/ -->
<dependency>
<groupId>org.votesmart</groupId>
<artifactId>votesmart-client</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.votesmart/votesmart-client/
implementation 'org.votesmart:votesmart-client:1.1.1'
// https://jarcasting.com/artifacts/org.votesmart/votesmart-client/
implementation ("org.votesmart:votesmart-client:1.1.1")
'org.votesmart:votesmart-client:jar:1.1.1'
<dependency org="org.votesmart" name="votesmart-client" rev="1.1.1">
<artifact name="votesmart-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.votesmart', module='votesmart-client', version='1.1.1')
)
libraryDependencies += "org.votesmart" % "votesmart-client" % "1.1.1"
[org.votesmart/votesmart-client "1.1.1"]