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