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