GroupId | GroupIdfm.last.commons |
---|---|
ArtifactId | ArtifactIdlastcommons-lang |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
lastcommons-lang-3.0.1.pom | |
lastcommons-lang-3.0.1.jar | 30 KB |
lastcommons-lang-3.0.1-sources.jar | 19 KB |
lastcommons-lang-3.0.1-javadoc.jar | 127 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fm.last.commons/lastcommons-lang/ -->
<dependency>
<groupId>fm.last.commons</groupId>
<artifactId>lastcommons-lang</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/fm.last.commons/lastcommons-lang/
implementation 'fm.last.commons:lastcommons-lang:3.0.1'
// https://jarcasting.com/artifacts/fm.last.commons/lastcommons-lang/
implementation ("fm.last.commons:lastcommons-lang:3.0.1")
'fm.last.commons:lastcommons-lang:jar:3.0.1'
<dependency org="fm.last.commons" name="lastcommons-lang" rev="3.0.1">
<artifact name="lastcommons-lang" type="jar" />
</dependency>
@Grapes(
@Grab(group='fm.last.commons', module='lastcommons-lang', version='3.0.1')
)
libraryDependencies += "fm.last.commons" % "lastcommons-lang" % "3.0.1"
[fm.last.commons/lastcommons-lang "3.0.1"]