MVN

com.sourcetohtml : sourcetohtml

Maven & Gradle

Nov 27, 2012

sourcetohtml · This project aims to build a command line tool that can create HTML view with syntax highlighted source code. It uses Jedit syntax highlighting engine and support all languages that are supported in JEdit. Which are currently: ActionScript, Ada 95, ANTLR, Apache HTTPD, APDL, AppleScript, ASP, Aspect-J, Assembly, AWK, B formal method, Batch, BBj, BCEL, BibTeX, C, C++, C#, CHILL, CIL, COBOL, ColdFusion, CSS, CVS Commit, D, DOxygen, DSSSL, Eiffel, EmbPerl, Erlang, Factor, Fortran, Foxpro, FreeMarker, Fortran, Gettext, Groovy, Haskell, HTML, Icon, IDL, Inform, INI, Inno Setup, Informix 4GL, Interlis, Io, Java, JavaScript, JCL, JHTML, JMK, JSP, Latex, Lilypond, Lisp, LOTOS, Lua, Makefile, Maple, ML, Modula-3, MoinMoin, MQSC, NetRexx, NQC, NSIS2, Objective C, ObjectRexx, Occam, Omnimark, Parrot, Pascal, Patch, Perl, PHP, Pike, PL-SQL, PL/I, Pop11, PostScript, Povray, PowerDynamo, Progress 4GL, Prolog, Properties, PSP, PV-WAVE, Pyrex, Python, REBOL, Redcode, Relax-NG, RelationalView, Rest, Rib, RPM spec, RTF, Ruby, Ruby-HTML, RView, S+, S#, SAS, Scheme, SDL/PL, SGML, Shell Script, SHTML, Smalltalk, SMI MIB, SQR, Squidconf, SVN Commit, Swig, TCL, TeX, Texinfo, TPL, Transact-SQL, UnrealScript, VBScript, Velocity, Verilog, VHDL, XML, XSL, ZPT

<dependency>
    <groupId>com.sourcetohtml</groupId>
    <artifactId>sourcetohtml</artifactId>
    <version>0.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sourcetohtml : sourcetohtml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.1

All Versions

Choose a version of com.sourcetohtml : sourcetohtml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
sourcetohtml-0.8.1

How to add a dependency to Maven

Add the following com.sourcetohtml : sourcetohtml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sourcetohtml</groupId>
    <artifactId>sourcetohtml</artifactId>
    <version>0.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sourcetohtml : sourcetohtml gradle dependency to your build.gradle file:

implementation 'com.sourcetohtml:sourcetohtml:0.8.1'

Gradle Kotlin DSL: Add the following com.sourcetohtml : sourcetohtml gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sourcetohtml:sourcetohtml:0.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sourcetohtml : sourcetohtml sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sourcetohtml" % "sourcetohtml" % "0.8.1"