fuuid-annotation


License

License

MIT
GroupId

GroupId

io.chrisdavenport
ArtifactId

ArtifactId

fuuid-annotation_2.12
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

fuuid-annotation
fuuid-annotation
Project URL

Project URL

https://github.com/ChristopherDavenport/fuuid-annotation
Project Organization

Project Organization

io.chrisdavenport
Source Code Management

Source Code Management

https://github.com/ChristopherDavenport/fuuid-annotation

Download fuuid-annotation_2.12

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.8
org.scala-lang : scala-reflect jar 2.12.8
org.tpolecat : doobie-postgres_2.12 jar 0.7.0
io.chrisdavenport : fuuid_2.12 jar 0.2.0
io.chrisdavenport : fuuid-doobie_2.12 jar 0.2.0
com.chuusai : shapeless_2.12 jar 2.3.3
org.tpolecat : doobie-core_2.12 jar 0.7.0
io.chrisdavenport : testcontainers-specs2_2.12 jar 0.1.0

provided (1)

Group / Artifact Type Version
com.github.ghik : silencer-lib_2.12 jar 1.4.1

test (2)

Group / Artifact Type Version
org.specs2 : specs2-core_2.12 jar 4.5.1
org.specs2 : specs2-cats_2.12 jar 4.5.1

Project Modules

There are no modules declared in this project.

fuuid-annotation - Annotated FUUID's Build Status Maven Central Code of Consuct

Head on over to the microsite

Quick Start

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

libraryDependencies ++= Seq(
  "io.chrisdavenport" %% "fuuid-annotation" % "<version>"
)

Versions

Version
0.0.1