is not current version
Last Version 2.2.0

com.github.wohatel:verify 1.0

verify project for Spring Boot

Categories

Categories

hate Data Data Formats Hypermedia Types
GroupId

GroupId

com.github.wohatel
ArtifactId

ArtifactId

verify
Version

Version

1.0
Type

Type

jar

Download verify 1.0


<!-- https://jarcasting.com/artifacts/com.github.wohatel/verify/ -->
<dependency>
    <groupId>com.github.wohatel</groupId>
    <artifactId>verify</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wohatel/verify/
implementation 'com.github.wohatel:verify:1.0'
// https://jarcasting.com/artifacts/com.github.wohatel/verify/
implementation ("com.github.wohatel:verify:1.0")
'com.github.wohatel:verify:jar:1.0'
<dependency org="com.github.wohatel" name="verify" rev="1.0">
  <artifact name="verify" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wohatel', module='verify', version='1.0')
)
libraryDependencies += "com.github.wohatel" % "verify" % "1.0"
[com.github.wohatel/verify "1.0"]