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