MVN

com.squareup : javawriter

Maven & Gradle

Dec 03, 2014
78 usages
10.6k stars

JavaWriter · A utility class which aids in generating Java source files.

<dependency>
    <groupId>com.squareup</groupId>
    <artifactId>javawriter</artifactId>
    <version>2.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.5.1

All Versions

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

Version Vulnerabilities Updated
2.5.x
javawriter-2.5.1
javawriter-2.5.0
2.4.x
javawriter-2.4.0
2.3.x
javawriter-2.3.1
javawriter-2.3.0
2.2.x
javawriter-2.2.1
javawriter-2.2.0
2.1.x
javawriter-2.1.2
javawriter-2.1.1
javawriter-2.1.0
2.0.x
javawriter-2.0.1
javawriter-2.0.0
1.0.x
javawriter-1.0.5
javawriter-1.0.4
javawriter-1.0.3
javawriter-1.0.2
javawriter-1.0.1
javawriter-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.squareup</groupId>
    <artifactId>javawriter</artifactId>
    <version>2.5.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.squareup:javawriter:2.5.1'

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

implementation("com.squareup:javawriter:2.5.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.squareup" % "javawriter" % "2.5.1"

Advertisement

Dependencies from Group

Jun 18, 2020
1.2k usages
10.3k stars
May 30, 2023
286 usages
3.8k stars
Dec 03, 2014
78 usages
10.6k stars
May 05, 2014
63 usages
1.5k stars
Dec 17, 2021
62 usages
5.2k stars

Discover Dependencies