Categories |
Categorieshate Data Data Formats Hypermedia Types |
---|---|
GroupId | GroupIdcom.github.wohatel |
ArtifactId | ArtifactIdverify |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
verify-2.0.pom | |
verify-2.0.jar | 13 KB |
verify-2.0-sources.jar | 8 KB |
verify-2.0-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wohatel/verify/ -->
<dependency>
<groupId>com.github.wohatel</groupId>
<artifactId>verify</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wohatel/verify/
implementation 'com.github.wohatel:verify:2.0'
// https://jarcasting.com/artifacts/com.github.wohatel/verify/
implementation ("com.github.wohatel:verify:2.0")
'com.github.wohatel:verify:jar:2.0'
<dependency org="com.github.wohatel" name="verify" rev="2.0">
<artifact name="verify" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wohatel', module='verify', version='2.0')
)
libraryDependencies += "com.github.wohatel" % "verify" % "2.0"
[com.github.wohatel/verify "2.0"]