GroupId | GroupIdio.github.gitbucket |
---|---|
ArtifactId | ArtifactIdmarkedj |
Version | Version1.0.9 |
Type | Typejar |
Filename | Size |
---|---|
markedj-1.0.9.pom | |
markedj-1.0.9.jar | 36 KB |
markedj-1.0.9-sources.jar | 18 KB |
markedj-1.0.9-javadoc.jar | 181 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.gitbucket/markedj/ -->
<dependency>
<groupId>io.github.gitbucket</groupId>
<artifactId>markedj</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.gitbucket/markedj/
implementation 'io.github.gitbucket:markedj:1.0.9'
// https://jarcasting.com/artifacts/io.github.gitbucket/markedj/
implementation ("io.github.gitbucket:markedj:1.0.9")
'io.github.gitbucket:markedj:jar:1.0.9'
<dependency org="io.github.gitbucket" name="markedj" rev="1.0.9">
<artifact name="markedj" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.gitbucket', module='markedj', version='1.0.9')
)
libraryDependencies += "io.github.gitbucket" % "markedj" % "1.0.9"
[io.github.gitbucket/markedj "1.0.9"]