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