License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdio.github.stepio.jgforms |
ArtifactId | ArtifactIdjgforms |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionJGForms
Support submitting Google Forms through Java API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jgforms-1.0.1.pom | |
jgforms-1.0.1.jar | 12 KB |
jgforms-1.0.1-sources.jar | 13 KB |
jgforms-1.0.1-javadoc.jar | 96 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.stepio.jgforms/jgforms/ -->
<dependency>
<groupId>io.github.stepio.jgforms</groupId>
<artifactId>jgforms</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.stepio.jgforms/jgforms/
implementation 'io.github.stepio.jgforms:jgforms:1.0.1'
// https://jarcasting.com/artifacts/io.github.stepio.jgforms/jgforms/
implementation ("io.github.stepio.jgforms:jgforms:1.0.1")
'io.github.stepio.jgforms:jgforms:jar:1.0.1'
<dependency org="io.github.stepio.jgforms" name="jgforms" rev="1.0.1">
<artifact name="jgforms" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.stepio.jgforms', module='jgforms', version='1.0.1')
)
libraryDependencies += "io.github.stepio.jgforms" % "jgforms" % "1.0.1"
[io.github.stepio.jgforms/jgforms "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |
org.assertj : assertj-core | jar | 2.9.1 |