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