License |
License |
---|---|
GroupId | GroupIdio.github.akiomik |
ArtifactId | ArtifactIdseaw_2.13 |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionseaw
An alternative to wcwidth for scala, to get fixed width of Unicode characters
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
seaw_2.13-0.1.0.pom | |
seaw_2.13-0.1.0.jar | 9 KB |
seaw_2.13-0.1.0-sources.jar | 2 KB |
seaw_2.13-0.1.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.akiomik/seaw_2.13/ -->
<dependency>
<groupId>io.github.akiomik</groupId>
<artifactId>seaw_2.13</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.akiomik/seaw_2.13/
implementation 'io.github.akiomik:seaw_2.13:0.1.0'
// https://jarcasting.com/artifacts/io.github.akiomik/seaw_2.13/
implementation ("io.github.akiomik:seaw_2.13:0.1.0")
'io.github.akiomik:seaw_2.13:jar:0.1.0'
<dependency org="io.github.akiomik" name="seaw_2.13" rev="0.1.0">
<artifact name="seaw_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.akiomik', module='seaw_2.13', version='0.1.0')
)
libraryDependencies += "io.github.akiomik" % "seaw_2.13" % "0.1.0"
[io.github.akiomik/seaw_2.13 "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.13.6 |
com.ibm.icu : icu4j | jar | 64.1 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.13 | jar | 3.2.9 |