Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.jscl-meditor |
ArtifactId | ArtifactIdtxt2xhtml |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
txt2xhtml-2.0.pom | |
txt2xhtml-2.0.jar | 3 KB |
txt2xhtml-2.0-sources.jar | 2 KB |
txt2xhtml-2.0-javadoc.jar | 388 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jscl-meditor/txt2xhtml/ -->
<dependency>
<groupId>net.sourceforge.jscl-meditor</groupId>
<artifactId>txt2xhtml</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jscl-meditor/txt2xhtml/
implementation 'net.sourceforge.jscl-meditor:txt2xhtml:2.0'
// https://jarcasting.com/artifacts/net.sourceforge.jscl-meditor/txt2xhtml/
implementation ("net.sourceforge.jscl-meditor:txt2xhtml:2.0")
'net.sourceforge.jscl-meditor:txt2xhtml:jar:2.0'
<dependency org="net.sourceforge.jscl-meditor" name="txt2xhtml" rev="2.0">
<artifact name="txt2xhtml" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jscl-meditor', module='txt2xhtml', version='2.0')
)
libraryDependencies += "net.sourceforge.jscl-meditor" % "txt2xhtml" % "2.0"
[net.sourceforge.jscl-meditor/txt2xhtml "2.0"]