| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииScala Языки программирования |
| Группа | Группаorg.fusesource.scalate.tooling |
| Идентификатор | Идентификаторarchetypes |
| Версия | Версия1.5.3-scala_2.8.2 |
| Тип | Типpom |
| Описание |
Описаниеarchetypes
Scalate Project POM
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| archetypes-1.5.3-scala_2.8.2.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.fusesource.scalate.tooling/archetypes/ -->
<dependency>
<groupId>org.fusesource.scalate.tooling</groupId>
<artifactId>archetypes</artifactId>
<version>1.5.3-scala_2.8.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.scalate.tooling/archetypes/
implementation 'org.fusesource.scalate.tooling:archetypes:1.5.3-scala_2.8.2'
// https://jarcasting.com/artifacts/org.fusesource.scalate.tooling/archetypes/
implementation ("org.fusesource.scalate.tooling:archetypes:1.5.3-scala_2.8.2")
'org.fusesource.scalate.tooling:archetypes:pom:1.5.3-scala_2.8.2'
<dependency org="org.fusesource.scalate.tooling" name="archetypes" rev="1.5.3-scala_2.8.2">
<artifact name="archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.scalate.tooling', module='archetypes', version='1.5.3-scala_2.8.2')
)
libraryDependencies += "org.fusesource.scalate.tooling" % "archetypes" % "1.5.3-scala_2.8.2"
[org.fusesource.scalate.tooling/archetypes "1.5.3-scala_2.8.2"]