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