Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdio.github.tingbob |
ArtifactId | ArtifactIdfastform |
Version | Version1.0.24 |
Type | Typepom |
Filename | Size |
---|---|
fastform-1.0.24.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.tingbob/fastform/ -->
<dependency>
<groupId>io.github.tingbob</groupId>
<artifactId>fastform</artifactId>
<version>1.0.24</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.tingbob/fastform/
implementation 'io.github.tingbob:fastform:1.0.24'
// https://jarcasting.com/artifacts/io.github.tingbob/fastform/
implementation ("io.github.tingbob:fastform:1.0.24")
'io.github.tingbob:fastform:pom:1.0.24'
<dependency org="io.github.tingbob" name="fastform" rev="1.0.24">
<artifact name="fastform" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.tingbob', module='fastform', version='1.0.24')
)
libraryDependencies += "io.github.tingbob" % "fastform" % "1.0.24"
[io.github.tingbob/fastform "1.0.24"]