case-insensitive


License

License

GroupId

GroupId

com.rossabaker
ArtifactId

ArtifactId

case-insensitive_2.12
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

case-insensitive
case-insensitive
Project URL

Project URL

https://github.com/rossabaker/case-insensitive
Project Organization

Project Organization

Ross A. Baker
Source Code Management

Source Code Management

https://github.com/rossabaker/case-insensitive

Download case-insensitive_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.rossabaker/case-insensitive_2.12/ -->
<dependency>
    <groupId>com.rossabaker</groupId>
    <artifactId>case-insensitive_2.12</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rossabaker/case-insensitive_2.12/
implementation 'com.rossabaker:case-insensitive_2.12:0.1.0'
// https://jarcasting.com/artifacts/com.rossabaker/case-insensitive_2.12/
implementation ("com.rossabaker:case-insensitive_2.12:0.1.0")
'com.rossabaker:case-insensitive_2.12:jar:0.1.0'
<dependency org="com.rossabaker" name="case-insensitive_2.12" rev="0.1.0">
  <artifact name="case-insensitive_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rossabaker', module='case-insensitive_2.12', version='0.1.0')
)
libraryDependencies += "com.rossabaker" % "case-insensitive_2.12" % "0.1.0"
[com.rossabaker/case-insensitive_2.12 "0.1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.11
org.typelevel : cats-core_2.12 jar 2.1.0

Project Modules

There are no modules declared in this project.

case-insensitive - Case Insensitive structures for Scala Continuous IntegrationMaven Central Code of Conduct

Head on over to the microsite

Quick Start

To use case-insensitive in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your build.sbt depending on your needs:

libraryDependencies ++= Seq(
  "org.typelevel" %% "case-insensitive" % "<version>"
)

Versions

Version
0.1.0