relay-macro


License

License

GroupId

GroupId

com.dispalt.relay
ArtifactId

ArtifactId

relay-macro_2.12
Last Version

Last Version

0.1.5
Release Date

Release Date

Type

Type

jar
Description

Description

relay-macro
relay-macro
Project URL

Project URL

https://github.com/dispalt/relay-modern-helper
Project Organization

Project Organization

com.dispalt.relay
Source Code Management

Source Code Management

https://github.com/dispalt/relay-modern-helper

Download relay-macro_2.12

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.2
org.sangria-graphql : sangria_2.12 jar 1.2.0
org.scalameta : scalameta_2.12 jar 1.7.0

Project Modules

There are no modules declared in this project.

Relay Modern Tools for Scala.js Folks

There are three parts to this.

  • Relay Compiler Language for SJS - relay-compiler-language-scalajs details
  • Sbt plugin - addSbtPlugin("com.dispalt.relay" % "sbt-relay-compiler" % "<version>") which handles code generation sbt hooks
  • Scala.js runtime (plain scalajs) - "com.dispalt.relay" %%% "relay-macro" % "<version>" which handles the runtime, which is very small (intentionally).
  • Slinky relay module - "com.dispalt.relay" %%% "slinky-relay" % "<version>"

Change log

Dev Notes

  • call release to deploy everything, you'll need a GPG key, and Sonatype credentials handy
  • call slinky-relay-ijext/update

Versions

Version
0.1.5