commentclean

Clean/remove java-style comments from text

Leiningen/Boot

[commentclean "0.2.0-SNAPSHOT"]

Clojure CLI/deps.edn

commentclean/commentclean {:mvn/version "0.2.0-SNAPSHOT"}

Gradle

implementation("commentclean:commentclean:0.2.0-SNAPSHOT")

Maven

<dependency>
  <groupId>commentclean</groupId>
  <artifactId>commentclean</artifactId>
  <version>0.2.0-SNAPSHOT</version>
</dependency>