Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.tinygroup |
ArtifactId | ArtifactIdorg.tinygroup.form |
Version | Version2.0.31 |
Type | Typejar |
Filename | Size |
---|---|
org.tinygroup.form-2.0.31.pom | |
org.tinygroup.form-2.0.31.jar | 59 KB |
org.tinygroup.form-2.0.31-tests.jar | 1 KB |
org.tinygroup.form-2.0.31-sources.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.form/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.form</artifactId>
<version>2.0.31</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.form/
implementation 'org.tinygroup:org.tinygroup.form:2.0.31'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.form/
implementation ("org.tinygroup:org.tinygroup.form:2.0.31")
'org.tinygroup:org.tinygroup.form:jar:2.0.31'
<dependency org="org.tinygroup" name="org.tinygroup.form" rev="2.0.31">
<artifact name="org.tinygroup.form" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.form', version='2.0.31')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.form" % "2.0.31"
[org.tinygroup/org.tinygroup.form "2.0.31"]