Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdde.psdev.formvalidations |
ArtifactId | ArtifactIdformvalidations-parent |
Version | Version1.1.1 |
Type | Typepom |
Filename | Size |
---|---|
formvalidations-parent-1.1.1.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.psdev.formvalidations/formvalidations-parent/ -->
<dependency>
<groupId>de.psdev.formvalidations</groupId>
<artifactId>formvalidations-parent</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.psdev.formvalidations/formvalidations-parent/
implementation 'de.psdev.formvalidations:formvalidations-parent:1.1.1'
// https://jarcasting.com/artifacts/de.psdev.formvalidations/formvalidations-parent/
implementation ("de.psdev.formvalidations:formvalidations-parent:1.1.1")
'de.psdev.formvalidations:formvalidations-parent:pom:1.1.1'
<dependency org="de.psdev.formvalidations" name="formvalidations-parent" rev="1.1.1">
<artifact name="formvalidations-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.psdev.formvalidations', module='formvalidations-parent', version='1.1.1')
)
libraryDependencies += "de.psdev.formvalidations" % "formvalidations-parent" % "1.1.1"
[de.psdev.formvalidations/formvalidations-parent "1.1.1"]