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