GroupId | GroupIdcom.terheyden |
---|---|
ArtifactId | ArtifactIdvalidation-extras-parent |
Version | Version0.0.1 |
Type | Typepom |
Filename | Size |
---|---|
validation-extras-parent-0.0.1.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.terheyden/validation-extras-parent/ -->
<dependency>
<groupId>com.terheyden</groupId>
<artifactId>validation-extras-parent</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.terheyden/validation-extras-parent/
implementation 'com.terheyden:validation-extras-parent:0.0.1'
// https://jarcasting.com/artifacts/com.terheyden/validation-extras-parent/
implementation ("com.terheyden:validation-extras-parent:0.0.1")
'com.terheyden:validation-extras-parent:pom:0.0.1'
<dependency org="com.terheyden" name="validation-extras-parent" rev="0.0.1">
<artifact name="validation-extras-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.terheyden', module='validation-extras-parent', version='0.0.1')
)
libraryDependencies += "com.terheyden" % "validation-extras-parent" % "0.0.1"
[com.terheyden/validation-extras-parent "0.0.1"]