| GroupId | GroupIdcom.github.dhaeb |
|---|---|
| ArtifactId | ArtifactIdjegex-validator |
| Version | Version0.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jegex-validator-0.0.1.pom | |
| jegex-validator-0.0.1.jar | 7 KB |
| jegex-validator-0.0.1-sources.jar | 4 KB |
| jegex-validator-0.0.1-javadoc.jar | 58 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dhaeb/jegex-validator/ -->
<dependency>
<groupId>com.github.dhaeb</groupId>
<artifactId>jegex-validator</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dhaeb/jegex-validator/
implementation 'com.github.dhaeb:jegex-validator:0.0.1'
// https://jarcasting.com/artifacts/com.github.dhaeb/jegex-validator/
implementation ("com.github.dhaeb:jegex-validator:0.0.1")
'com.github.dhaeb:jegex-validator:jar:0.0.1'
<dependency org="com.github.dhaeb" name="jegex-validator" rev="0.0.1">
<artifact name="jegex-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dhaeb', module='jegex-validator', version='0.0.1')
)
libraryDependencies += "com.github.dhaeb" % "jegex-validator" % "0.0.1"
[com.github.dhaeb/jegex-validator "0.0.1"]