likelib


License

License

GroupId

GroupId

com.stabletechs
ArtifactId

ArtifactId

likelib_sjs0.6_2.11
Last Version

Last Version

0.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

likelib
likelib
Project Organization

Project Organization

com.stabletechs
Source Code Management

Source Code Management

https://github.com/Voltir/like-lib

Download likelib_sjs0.6_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.stabletechs/likelib_sjs0.6_2.11/ -->
<dependency>
    <groupId>com.stabletechs</groupId>
    <artifactId>likelib_sjs0.6_2.11</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.stabletechs/likelib_sjs0.6_2.11/
implementation 'com.stabletechs:likelib_sjs0.6_2.11:0.1.2'
// https://jarcasting.com/artifacts/com.stabletechs/likelib_sjs0.6_2.11/
implementation ("com.stabletechs:likelib_sjs0.6_2.11:0.1.2")
'com.stabletechs:likelib_sjs0.6_2.11:jar:0.1.2'
<dependency org="com.stabletechs" name="likelib_sjs0.6_2.11" rev="0.1.2">
  <artifact name="likelib_sjs0.6_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stabletechs', module='likelib_sjs0.6_2.11', version='0.1.2')
)
libraryDependencies += "com.stabletechs" % "likelib_sjs0.6_2.11" % "0.1.2"
[com.stabletechs/likelib_sjs0.6_2.11 "0.1.2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.8
org.scala-js : scalajs-library_2.11 jar 0.6.9
org.scala-lang : scala-reflect jar 2.11.8

test (1)

Group / Artifact Type Version
com.lihaoyi : utest_2.11 jar 0.3.1

Project Modules

There are no modules declared in this project.

Like Library

This is a small library that makes it easier to use AnyVal style case classes (like UserId) around the "edges" of scala - ie during serialization, or for example, for use in working with play routes or in slick column mappings. This defines a series of related "Like" typeclasses that basically define to/from functions that allow conversions from the stronger AnyVal type to the wrapped primitive type.

Versions

Version
0.1.2
0.1.1