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