add coursier (jvm) as a language

This commit is contained in:
Joseph Moniz 2020-10-09 13:39:18 -04:00 committed by Anthony Sottile
parent eee891c8cb
commit 70ab1c3b6f
10 changed files with 133 additions and 1 deletions

View file

@ -0,0 +1,8 @@
{
"repositories": [
"central"
],
"dependencies": [
"io.get-coursier:echo:latest.stable"
]
}

View file

@ -0,0 +1,5 @@
- id: echo-java
name: echo-java
description: echo from java
entry: echo-java
language: coursier