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