lagom-circe-testkit


License

License

MIT
Categories

Categories

Net
GroupId

GroupId

net.sc8s
ArtifactId

ArtifactId

lagom-circe-testkit_2.13
Last Version

Last Version

0.7.2
Release Date

Release Date

Type

Type

jar
Description

Description

lagom-circe-testkit
lagom-circe-testkit
Project URL

Project URL

https://github.com/an-tex/sc8s
Project Organization

Project Organization

net.sc8s
Source Code Management

Source Code Management

https://github.com/an-tex/sc8s

Download lagom-circe-testkit_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/net.sc8s/lagom-circe-testkit_2.13/ -->
<dependency>
    <groupId>net.sc8s</groupId>
    <artifactId>lagom-circe-testkit_2.13</artifactId>
    <version>0.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sc8s/lagom-circe-testkit_2.13/
implementation 'net.sc8s:lagom-circe-testkit_2.13:0.7.2'
// https://jarcasting.com/artifacts/net.sc8s/lagom-circe-testkit_2.13/
implementation ("net.sc8s:lagom-circe-testkit_2.13:0.7.2")
'net.sc8s:lagom-circe-testkit_2.13:jar:0.7.2'
<dependency org="net.sc8s" name="lagom-circe-testkit_2.13" rev="0.7.2">
  <artifact name="lagom-circe-testkit_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sc8s', module='lagom-circe-testkit_2.13', version='0.7.2')
)
libraryDependencies += "net.sc8s" % "lagom-circe-testkit_2.13" % "0.7.2"
[net.sc8s/lagom-circe-testkit_2.13 "0.7.2"]

Dependencies

compile (6)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.4
net.sc8s : lagom-circe_2.13 jar 0.7.2
com.typesafe.play : play_2.13 jar 2.8.4
com.typesafe.akka : akka-persistence-typed_2.13 jar 2.6.11
com.typesafe.akka : akka-persistence-testkit_2.13 jar 2.6.11
org.scalatest : scalatest_2.13 jar 3.2.3

Project Modules

There are no modules declared in this project.

sc8s

akka-circe

Akka serializers using circe. Includes serializers for ActorRefs and StreamRefs

lagom-api-circe

Lagom message serializers using circe.

lagom-server-circe

Lagom components using akka-circe

lagom-server-circe-testkit

Lagom ScalaTest helpers

logstage-elastic

Rendering policy for Logstage for enhanced ElasticSearch compability

Usage

Add the following to your build.sbt:

val sc8sVersion = "VERSION"
libraryDependencies ++= Seq(
  "net.sc8s" %% "akka-circe" % sc8sVersion,
  "net.sc8s" %% "lagom-api-circe" % sc8sVersion,
  "net.sc8s" %% "lagom-server-circe" % sc8sVersion,
  "net.sc8s" %% "lagom-server-circe-testkit" % sc8sVersion % Test,
  "net.sc8s" %% "logstage-elastic" % sc8sVersion,
)

You can find the latest version here on Github under Releases or on Maven Central

Versions

Version
0.7.2
0.7.1