GroupId | GroupIdcom.whaleal.mars |
---|---|
ArtifactId | ArtifactIdmars-test |
Version | Version0.5.72 |
Type | Typejar |
Filename | Size |
---|---|
mars-test-0.5.72.pom | |
mars-test-0.5.72.jar | 16 KB |
mars-test-0.5.72-sources.jar | 15 KB |
mars-test-0.5.72-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.whaleal.mars/mars-test/ -->
<dependency>
<groupId>com.whaleal.mars</groupId>
<artifactId>mars-test</artifactId>
<version>0.5.72</version>
</dependency>
// https://jarcasting.com/artifacts/com.whaleal.mars/mars-test/
implementation 'com.whaleal.mars:mars-test:0.5.72'
// https://jarcasting.com/artifacts/com.whaleal.mars/mars-test/
implementation ("com.whaleal.mars:mars-test:0.5.72")
'com.whaleal.mars:mars-test:jar:0.5.72'
<dependency org="com.whaleal.mars" name="mars-test" rev="0.5.72">
<artifact name="mars-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.whaleal.mars', module='mars-test', version='0.5.72')
)
libraryDependencies += "com.whaleal.mars" % "mars-test" % "0.5.72"
[com.whaleal.mars/mars-test "0.5.72"]