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