phoenix-models


License

License

MIT
GroupId

GroupId

io.taig
ArtifactId

ArtifactId

phoenix-models_2.11
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

phoenix-models
phoenix-models
Project URL

Project URL

https://github.com/taig/phoenix-models
Project Organization

Project Organization

io.taig
Source Code Management

Source Code Management

https://github.com/taig/phoenix-models

Download phoenix-models_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/io.taig/phoenix-models_2.11/ -->
<dependency>
    <groupId>io.taig</groupId>
    <artifactId>phoenix-models_2.11</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.taig/phoenix-models_2.11/
implementation 'io.taig:phoenix-models_2.11:1.0.2'
// https://jarcasting.com/artifacts/io.taig/phoenix-models_2.11/
implementation ("io.taig:phoenix-models_2.11:1.0.2")
'io.taig:phoenix-models_2.11:jar:1.0.2'
<dependency org="io.taig" name="phoenix-models_2.11" rev="1.0.2">
  <artifact name="phoenix-models_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.taig', module='phoenix-models_2.11', version='1.0.2')
)
libraryDependencies += "io.taig" % "phoenix-models_2.11" % "1.0.2"
[io.taig/phoenix-models_2.11 "1.0.2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.8
io.circe : circe-core_2.11 jar 0.7.0
io.circe : circe-generic_2.11 jar 0.7.0

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 3.0.1

Project Modules

There are no modules declared in this project.

Phoenix Models

CircleCI codecov Maven License

Basic data structures, JSON codecs and operation for Phoenix Channels

This project serves as a common basis for communicator-phoenix and akka-http-phoenix.

Installation

libraryDependencies += "io.taig" %% "phoenix-models" % "1.0.2"

Versions

Version
1.0.2
1.0.1
1.0.0