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