aboutsummaryrefslogtreecommitdiff
path: root/site/jekyll/downloads/_snippet.md
blob: a87395888da559ee28894e22e8d4aa0246f573af (plain) (blame)
1
2
3
4
5
6
7
{% highlight scala %}
//main artifact
libraryDependencies += "com.github.jodersky" %% "flow" % "{{site.data.releases.current.version}}"

//(optional) "fat" jar containing native libraries
libraryDependencies += "com.github.jodersky" % "flow-native" % "{{site.data.releases.current.version}}" % "runtime"
{% endhighlight %}