Files download
File Operation
wcwidth-2024.05.17.jar download
wcwidth-2024.05.17.pom download
wcwidth-2024.05.17-sources.jar download
Apache Maven
<dependency>
  <groupId>dev.mccue</groupId>
  <artifactId>wcwidth</artifactId>
  <version>2024.05.17</version>
</dependency>
Gradle Groovy
implementation 'dev.mccue:wcwidth:2024.05.17'
Gradle Kotlin
implementation("dev.mccue:wcwidth:2024.05.17")
Scala SBT
libraryDependencies += "dev.mccue" % "wcwidth" % "2024.05.17"
Groovy Grape
@Grapes(
  @Grab(group='dev.mccue', module='wcwidth', version='2024.05.17')
)
Apache Ivy
<dependency org="dev.mccue" name="wcwidth" rev="2024.05.17" />
Leiningen
[dev.mccue/wcwidth "2024.05.17"]
Apache Buildr
'dev.mccue:wcwidth:jar:2024.05.17'