GroupId | GroupIdio.thedocs |
---|---|
ArtifactId | ArtifactIdsoyuz-validator |
Version | Version2.03 |
Type | Typejar |
Filename | Size |
---|---|
soyuz-validator-2.03.pom | |
soyuz-validator-2.03.jar | 86 KB |
soyuz-validator-2.03-sources.jar | 9 KB |
soyuz-validator-2.03-javadoc.jar | 259 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.thedocs/soyuz-validator/ -->
<dependency>
<groupId>io.thedocs</groupId>
<artifactId>soyuz-validator</artifactId>
<version>2.03</version>
</dependency>
// https://jarcasting.com/artifacts/io.thedocs/soyuz-validator/
implementation 'io.thedocs:soyuz-validator:2.03'
// https://jarcasting.com/artifacts/io.thedocs/soyuz-validator/
implementation ("io.thedocs:soyuz-validator:2.03")
'io.thedocs:soyuz-validator:jar:2.03'
<dependency org="io.thedocs" name="soyuz-validator" rev="2.03">
<artifact name="soyuz-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thedocs', module='soyuz-validator', version='2.03')
)
libraryDependencies += "io.thedocs" % "soyuz-validator" % "2.03"
[io.thedocs/soyuz-validator "2.03"]