relay-macro


License

License

GroupId

GroupId

com.dispalt.relay
ArtifactId

ArtifactId

relay-macro_sjs0.6_2.11
Last Version

Last Version

0.6.12
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_sjs0.6_2.11

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.11
org.scala-js : scalajs-library_2.11 jar 0.6.21
org.scalameta : scalameta_2.11 jar 1.8.0

provided (1)

Group / Artifact Type Version
org.sangria-graphql : sangria_2.11 jar 1.3.2

test (2)

Group / Artifact Type Version
org.scala-js : scalajs-test-interface_2.11 jar 0.6.21
org.scalatest : scalatest_2.11 jar 3.0.4

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.6.12
0.6.11
0.6.7
0.6.6
0.6.5
0.6.4
0.3.0
0.2.1
0.2.0
0.1.7
0.1.6