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