template resolver
This is a contract interface for template resolver.
License
- Copyright 2016 Lightbend, Inc. template resolver is licensed under the Apache 2.0 license.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииScala Языки программирования |
| Группа | Группаorg.scala-sbt |
| Идентификатор | Идентификаторtemplate-resolver |
| Последняя версия | Последняя версия0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеtemplate-resolver
template-resolver is a contract API for template resolvers.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| template-resolver-0.1.pom | |
| template-resolver-0.1.jar | 807 bytes |
| template-resolver-0.1-sources.jar | 1 KB |
| template-resolver-0.1-javadoc.jar | 16 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.scala-sbt/template-resolver/ -->
<dependency>
<groupId>org.scala-sbt</groupId>
<artifactId>template-resolver</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.scala-sbt/template-resolver/
implementation 'org.scala-sbt:template-resolver:0.1'
// https://jarcasting.com/artifacts/org.scala-sbt/template-resolver/
implementation ("org.scala-sbt:template-resolver:0.1")
'org.scala-sbt:template-resolver:jar:0.1'
<dependency org="org.scala-sbt" name="template-resolver" rev="0.1">
<artifact name="template-resolver" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scala-sbt', module='template-resolver', version='0.1')
)
libraryDependencies += "org.scala-sbt" % "template-resolver" % "0.1"
[org.scala-sbt/template-resolver "0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.scalatest : scalatest_2.11 | jar | 3.0.0 |
This is a contract interface for template resolver.
| Версия |
|---|
|
0.1
|