Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.simkuenzi |
ArtifactId | ArtifactIdrestforms |
Version | Version0.8 |
Type | Typejar |
Filename | Size |
---|---|
restforms-0.8.pom | |
restforms-0.8.jar | 12 KB |
restforms-0.8-sources.jar | 3 KB |
restforms-0.8-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.simkuenzi/restforms/ -->
<dependency>
<groupId>com.github.simkuenzi</groupId>
<artifactId>restforms</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.simkuenzi/restforms/
implementation 'com.github.simkuenzi:restforms:0.8'
// https://jarcasting.com/artifacts/com.github.simkuenzi/restforms/
implementation ("com.github.simkuenzi:restforms:0.8")
'com.github.simkuenzi:restforms:jar:0.8'
<dependency org="com.github.simkuenzi" name="restforms" rev="0.8">
<artifact name="restforms" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.simkuenzi', module='restforms', version='0.8')
)
libraryDependencies += "com.github.simkuenzi" % "restforms" % "0.8"
[com.github.simkuenzi/restforms "0.8"]