GroupId | GroupIdorg.openstates |
---|---|
ArtifactId | ArtifactIdopenstates-bulk |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
openstates-bulk-1.0.0.pom | |
openstates-bulk-1.0.0.jar | 12 KB |
openstates-bulk-1.0.0-sources.jar | 7 KB |
openstates-bulk-1.0.0-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openstates/openstates-bulk/ -->
<dependency>
<groupId>org.openstates</groupId>
<artifactId>openstates-bulk</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openstates/openstates-bulk/
implementation 'org.openstates:openstates-bulk:1.0.0'
// https://jarcasting.com/artifacts/org.openstates/openstates-bulk/
implementation ("org.openstates:openstates-bulk:1.0.0")
'org.openstates:openstates-bulk:jar:1.0.0'
<dependency org="org.openstates" name="openstates-bulk" rev="1.0.0">
<artifact name="openstates-bulk" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openstates', module='openstates-bulk', version='1.0.0')
)
libraryDependencies += "org.openstates" % "openstates-bulk" % "1.0.0"
[org.openstates/openstates-bulk "1.0.0"]