GroupId | GroupIdcom.github.rjeschke |
---|---|
ArtifactId | ArtifactIdtxtmark |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
txtmark-0.9.pom | |
txtmark-0.9.jar | 46 KB |
txtmark-0.9-sources.jar | 33 KB |
txtmark-0.9-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rjeschke/txtmark/ -->
<dependency>
<groupId>com.github.rjeschke</groupId>
<artifactId>txtmark</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rjeschke/txtmark/
implementation 'com.github.rjeschke:txtmark:0.9'
// https://jarcasting.com/artifacts/com.github.rjeschke/txtmark/
implementation ("com.github.rjeschke:txtmark:0.9")
'com.github.rjeschke:txtmark:jar:0.9'
<dependency org="com.github.rjeschke" name="txtmark" rev="0.9">
<artifact name="txtmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rjeschke', module='txtmark', version='0.9')
)
libraryDependencies += "com.github.rjeschke" % "txtmark" % "0.9"
[com.github.rjeschke/txtmark "0.9"]