Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.lightbend.lagom |
ArtifactId | ArtifactIdlagom-maven-plugin |
Version | Version1.4.12 |
Type | Typejar |
Filename | Size |
---|---|
lagom-maven-plugin-1.4.12.pom | |
lagom-maven-plugin-1.4.12.jar | 109 KB |
lagom-maven-plugin-1.4.12-sources.jar | 17 KB |
lagom-maven-plugin-1.4.12-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lightbend.lagom/lagom-maven-plugin/ -->
<dependency>
<groupId>com.lightbend.lagom</groupId>
<artifactId>lagom-maven-plugin</artifactId>
<version>1.4.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightbend.lagom/lagom-maven-plugin/
implementation 'com.lightbend.lagom:lagom-maven-plugin:1.4.12'
// https://jarcasting.com/artifacts/com.lightbend.lagom/lagom-maven-plugin/
implementation ("com.lightbend.lagom:lagom-maven-plugin:1.4.12")
'com.lightbend.lagom:lagom-maven-plugin:jar:1.4.12'
<dependency org="com.lightbend.lagom" name="lagom-maven-plugin" rev="1.4.12">
<artifact name="lagom-maven-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightbend.lagom', module='lagom-maven-plugin', version='1.4.12')
)
libraryDependencies += "com.lightbend.lagom" % "lagom-maven-plugin" % "1.4.12"
[com.lightbend.lagom/lagom-maven-plugin "1.4.12"]