| Categories | CategoriesMaven Build Tools | 
|---|---|
| GroupId | GroupIdcom.lightbend.cloudflow | 
| ArtifactId | ArtifactIdcloudflow-maven-archetype | 
| Version | Version2.2.2-NIGHTLY20210822 | 
| 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.2.2-NIGHTLY20210822</version>
</dependency>// https://jarcasting.com/artifacts/com.lightbend.cloudflow/cloudflow-maven-archetype/
implementation 'com.lightbend.cloudflow:cloudflow-maven-archetype:2.2.2-NIGHTLY20210822'// https://jarcasting.com/artifacts/com.lightbend.cloudflow/cloudflow-maven-archetype/
implementation ("com.lightbend.cloudflow:cloudflow-maven-archetype:2.2.2-NIGHTLY20210822")'com.lightbend.cloudflow:cloudflow-maven-archetype:jar:2.2.2-NIGHTLY20210822'<dependency org="com.lightbend.cloudflow" name="cloudflow-maven-archetype" rev="2.2.2-NIGHTLY20210822">
  <artifact name="cloudflow-maven-archetype" type="jar" />
</dependency>@Grapes(
@Grab(group='com.lightbend.cloudflow', module='cloudflow-maven-archetype', version='2.2.2-NIGHTLY20210822')
)libraryDependencies += "com.lightbend.cloudflow" % "cloudflow-maven-archetype" % "2.2.2-NIGHTLY20210822"[com.lightbend.cloudflow/cloudflow-maven-archetype "2.2.2-NIGHTLY20210822"]