GroupId | GroupIdcom.github.slugify |
---|---|
ArtifactId | ArtifactIdslugify-parent |
Version | Version2.0.2 |
Type | Typepom |
Filename | Size |
---|---|
slugify-parent-2.0.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.slugify/slugify-parent/ -->
<dependency>
<groupId>com.github.slugify</groupId>
<artifactId>slugify-parent</artifactId>
<version>2.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.slugify/slugify-parent/
implementation 'com.github.slugify:slugify-parent:2.0.2'
// https://jarcasting.com/artifacts/com.github.slugify/slugify-parent/
implementation ("com.github.slugify:slugify-parent:2.0.2")
'com.github.slugify:slugify-parent:pom:2.0.2'
<dependency org="com.github.slugify" name="slugify-parent" rev="2.0.2">
<artifact name="slugify-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.slugify', module='slugify-parent', version='2.0.2')
)
libraryDependencies += "com.github.slugify" % "slugify-parent" % "2.0.2"
[com.github.slugify/slugify-parent "2.0.2"]