Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdio.github.sapkotamadhusudan |
ArtifactId | ArtifactIdform-validator |
Version | Version1.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
form-validator-1.0.1.pom | |
form-validator-1.0.1-sources.jar | 7 KB |
form-validator-1.0.1-javadoc.jar | 337 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.sapkotamadhusudan/form-validator/ -->
<dependency>
<groupId>io.github.sapkotamadhusudan</groupId>
<artifactId>form-validator</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.sapkotamadhusudan/form-validator/
implementation 'io.github.sapkotamadhusudan:form-validator:1.0.1'
// https://jarcasting.com/artifacts/io.github.sapkotamadhusudan/form-validator/
implementation ("io.github.sapkotamadhusudan:form-validator:1.0.1")
'io.github.sapkotamadhusudan:form-validator:aar:1.0.1'
<dependency org="io.github.sapkotamadhusudan" name="form-validator" rev="1.0.1">
<artifact name="form-validator" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.sapkotamadhusudan', module='form-validator', version='1.0.1')
)
libraryDependencies += "io.github.sapkotamadhusudan" % "form-validator" % "1.0.1"
[io.github.sapkotamadhusudan/form-validator "1.0.1"]