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