не последняя версия
Последняя версия 2.25.4

org.apache.camel.archetypes:camel-archetype-scala 2.0-M1

Creates a new Camel project using Scala DSL.

Категории

Категории

Scala Языки программирования
Группа

Группа

org.apache.camel.archetypes
Идентификатор

Идентификатор

camel-archetype-scala
Версия

Версия

2.0-M1
Тип

Тип

jar

Скачать camel-archetype-scala 2.0-M1


<!-- https://jarcasting.com/artifacts/org.apache.camel.archetypes/camel-archetype-scala/ -->
<dependency>
    <groupId>org.apache.camel.archetypes</groupId>
    <artifactId>camel-archetype-scala</artifactId>
    <version>2.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.archetypes/camel-archetype-scala/
implementation 'org.apache.camel.archetypes:camel-archetype-scala:2.0-M1'
// https://jarcasting.com/artifacts/org.apache.camel.archetypes/camel-archetype-scala/
implementation ("org.apache.camel.archetypes:camel-archetype-scala:2.0-M1")
'org.apache.camel.archetypes:camel-archetype-scala:jar:2.0-M1'
<dependency org="org.apache.camel.archetypes" name="camel-archetype-scala" rev="2.0-M1">
  <artifact name="camel-archetype-scala" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.archetypes', module='camel-archetype-scala', version='2.0-M1')
)
libraryDependencies += "org.apache.camel.archetypes" % "camel-archetype-scala" % "2.0-M1"
[org.apache.camel.archetypes/camel-archetype-scala "2.0-M1"]