GroupId | GroupIdio.markdom |
---|---|
ArtifactId | ArtifactIdtest |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
test-0.0.3.pom | |
test-0.0.3.jar | 1 KB |
test-0.0.3-tests.jar | 3 KB |
test-0.0.3-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.markdom/test/ -->
<dependency>
<groupId>io.markdom</groupId>
<artifactId>test</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.markdom/test/
implementation 'io.markdom:test:0.0.3'
// https://jarcasting.com/artifacts/io.markdom/test/
implementation ("io.markdom:test:0.0.3")
'io.markdom:test:jar:0.0.3'
<dependency org="io.markdom" name="test" rev="0.0.3">
<artifact name="test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.markdom', module='test', version='0.0.3')
)
libraryDependencies += "io.markdom" % "test" % "0.0.3"
[io.markdom/test "0.0.3"]