is not current version
Last Version 2.3.1-NIGHTLY20220627

com.lightbend.cloudflow:cloudflow-maven-archetype 2.3.0-RC26

Cloudflow enables users to quickly develop, orchestrate, and operate distributed streaming applications on Kubernetes.

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.lightbend.cloudflow
ArtifactId

ArtifactId

cloudflow-maven-archetype
Version

Version

2.3.0-RC26
Type

Type

jar

Download cloudflow-maven-archetype 2.3.0-RC26


<!-- https://jarcasting.com/artifacts/com.lightbend.cloudflow/cloudflow-maven-archetype/ -->
<dependency>
    <groupId>com.lightbend.cloudflow</groupId>
    <artifactId>cloudflow-maven-archetype</artifactId>
    <version>2.3.0-RC26</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightbend.cloudflow/cloudflow-maven-archetype/
implementation 'com.lightbend.cloudflow:cloudflow-maven-archetype:2.3.0-RC26'
// https://jarcasting.com/artifacts/com.lightbend.cloudflow/cloudflow-maven-archetype/
implementation ("com.lightbend.cloudflow:cloudflow-maven-archetype:2.3.0-RC26")
'com.lightbend.cloudflow:cloudflow-maven-archetype:jar:2.3.0-RC26'
<dependency org="com.lightbend.cloudflow" name="cloudflow-maven-archetype" rev="2.3.0-RC26">
  <artifact name="cloudflow-maven-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightbend.cloudflow', module='cloudflow-maven-archetype', version='2.3.0-RC26')
)
libraryDependencies += "com.lightbend.cloudflow" % "cloudflow-maven-archetype" % "2.3.0-RC26"
[com.lightbend.cloudflow/cloudflow-maven-archetype "2.3.0-RC26"]