GroupId | GroupIdio.github.gitbucket |
---|---|
ArtifactId | ArtifactIdmarkedj |
Version | Version1.0.10 |
Type | Typejar |
Filename | Size |
---|---|
markedj-1.0.10.pom | |
markedj-1.0.10.jar | 36 KB |
markedj-1.0.10-sources.jar | 18 KB |
markedj-1.0.10-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.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.gitbucket/markedj/
implementation 'io.github.gitbucket:markedj:1.0.10'
// https://jarcasting.com/artifacts/io.github.gitbucket/markedj/
implementation ("io.github.gitbucket:markedj:1.0.10")
'io.github.gitbucket:markedj:jar:1.0.10'
<dependency org="io.github.gitbucket" name="markedj" rev="1.0.10">
<artifact name="markedj" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.gitbucket', module='markedj', version='1.0.10')
)
libraryDependencies += "io.github.gitbucket" % "markedj" % "1.0.10"
[io.github.gitbucket/markedj "1.0.10"]