License |
License |
---|---|
GroupId | GroupIdio.github.akiomik |
ArtifactId | ArtifactIdseaw_2.12 |
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.12-0.1.0.pom | |
seaw_2.12-0.1.0.jar | 8 KB |
seaw_2.12-0.1.0-sources.jar | 2 KB |
seaw_2.12-0.1.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.akiomik/seaw_2.12/ -->
<dependency>
<groupId>io.github.akiomik</groupId>
<artifactId>seaw_2.12</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.akiomik/seaw_2.12/
implementation 'io.github.akiomik:seaw_2.12:0.1.0'
// https://jarcasting.com/artifacts/io.github.akiomik/seaw_2.12/
implementation ("io.github.akiomik:seaw_2.12:0.1.0")
'io.github.akiomik:seaw_2.12:jar:0.1.0'
<dependency org="io.github.akiomik" name="seaw_2.12" rev="0.1.0">
<artifact name="seaw_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.akiomik', module='seaw_2.12', version='0.1.0')
)
libraryDependencies += "io.github.akiomik" % "seaw_2.12" % "0.1.0"
[io.github.akiomik/seaw_2.12 "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.14 |
com.ibm.icu : icu4j | jar | 64.1 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.12 | jar | 3.2.9 |