atto is a compact, pure-functional, incremental text parsing library for Scala
Please proceed to the microsite for more information.
License |
License |
---|---|
GroupId | GroupIdorg.tpolecat |
ArtifactId | ArtifactIdatto-core_3 |
Last Version | Last Version0.9.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionatto-core
atto-core
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
atto-core_3-0.9.5.pom | |
atto-core_3-0.9.5.jar | 206 KB |
atto-core_3-0.9.5-sources.jar | 11 KB |
atto-core_3-0.9.5-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.tpolecat/atto-core_3/ -->
<dependency>
<groupId>org.tpolecat</groupId>
<artifactId>atto-core_3</artifactId>
<version>0.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.tpolecat/atto-core_3/
implementation 'org.tpolecat:atto-core_3:0.9.5'
// https://jarcasting.com/artifacts/org.tpolecat/atto-core_3/
implementation ("org.tpolecat:atto-core_3:0.9.5")
'org.tpolecat:atto-core_3:jar:0.9.5'
<dependency org="org.tpolecat" name="atto-core_3" rev="0.9.5">
<artifact name="atto-core_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tpolecat', module='atto-core_3', version='0.9.5')
)
libraryDependencies += "org.tpolecat" % "atto-core_3" % "0.9.5"
[org.tpolecat/atto-core_3 "0.9.5"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala3-library_3 | jar | 3.0.0 |
org.typelevel : cats-core_3 | jar | 2.6.1 |
atto is a compact, pure-functional, incremental text parsing library for Scala
Please proceed to the microsite for more information.