I have basically no knowledge of sbt and know very little about maven or ivy. There is a play plugin on github, that I would like to modify and use in my project. However I am struggling to figure out how I can pull it down from github and begin using it in my play project. I have tried various things involving using sbt commands. But sbt never behaves the way it is supposed to in the tutorials. Could anyone give me some simple steps to follow on how to go from Play Plugin on github -> utilizing plugin in play app?
相关问题
- Unusual use of the new keyword
- Get Runtime Type picked by implicit evidence
- What's the point of nonfinal singleton objects
- PlayFramework: how to transform each element of a
- Error in Scala Compiler: java.lang.AssertionError:
相关文章
- IDEA2020 安装maven 插件后,springboot程序 SpringBootApplic
- pom文件中的插件定义
- pom.xml中的project为何报红
- Gatling拓展插件开发,check(bodyString.saveAs("key"))怎么实现
- RDF libraries for Scala [closed]
- Hibernate Tutorial - Where to put Mapping File?
- Why is my Dispatching on Actors scaled down in Akk
- How do you run cucumber with Scala 2.11 and sbt 0.
sbt source dependencies are, in my opinion, notoriously fickle. That being said, for a project dependency they're not too hard. The sbt wiki page on plugins specifically has a section, 1d, on source dependencies, so I'd recommend reading that.