| Categories | CategoriesMaven Build Tools | 
|---|---|
| GroupId | GroupIdcom.lightbend.cloudflow | 
| ArtifactId | ArtifactIdcloudflow-maven-archetype | 
| Version | Version2.3.1-NIGHTLY20220411 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.lightbend.cloudflow/cloudflow-maven-archetype/ -->
<dependency>
    <groupId>com.lightbend.cloudflow</groupId>
    <artifactId>cloudflow-maven-archetype</artifactId>
    <version>2.3.1-NIGHTLY20220411</version>
</dependency>// https://jarcasting.com/artifacts/com.lightbend.cloudflow/cloudflow-maven-archetype/
implementation 'com.lightbend.cloudflow:cloudflow-maven-archetype:2.3.1-NIGHTLY20220411'// https://jarcasting.com/artifacts/com.lightbend.cloudflow/cloudflow-maven-archetype/
implementation ("com.lightbend.cloudflow:cloudflow-maven-archetype:2.3.1-NIGHTLY20220411")'com.lightbend.cloudflow:cloudflow-maven-archetype:jar:2.3.1-NIGHTLY20220411'<dependency org="com.lightbend.cloudflow" name="cloudflow-maven-archetype" rev="2.3.1-NIGHTLY20220411">
  <artifact name="cloudflow-maven-archetype" type="jar" />
</dependency>@Grapes(
@Grab(group='com.lightbend.cloudflow', module='cloudflow-maven-archetype', version='2.3.1-NIGHTLY20220411')
)libraryDependencies += "com.lightbend.cloudflow" % "cloudflow-maven-archetype" % "2.3.1-NIGHTLY20220411"[com.lightbend.cloudflow/cloudflow-maven-archetype "2.3.1-NIGHTLY20220411"]