GroupId | GroupIdcom.github.seratch |
---|---|
ArtifactId | ArtifactIdinputvalidator-play_2.9.2 |
Version | Version0.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.seratch/inputvalidator-play_2.9.2/ -->
<dependency>
<groupId>com.github.seratch</groupId>
<artifactId>inputvalidator-play_2.9.2</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seratch/inputvalidator-play_2.9.2/
implementation 'com.github.seratch:inputvalidator-play_2.9.2:0.2.1'
// https://jarcasting.com/artifacts/com.github.seratch/inputvalidator-play_2.9.2/
implementation ("com.github.seratch:inputvalidator-play_2.9.2:0.2.1")
'com.github.seratch:inputvalidator-play_2.9.2:jar:0.2.1'
<dependency org="com.github.seratch" name="inputvalidator-play_2.9.2" rev="0.2.1">
<artifact name="inputvalidator-play_2.9.2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seratch', module='inputvalidator-play_2.9.2', version='0.2.1')
)
libraryDependencies += "com.github.seratch" % "inputvalidator-play_2.9.2" % "0.2.1"
[com.github.seratch/inputvalidator-play_2.9.2 "0.2.1"]