Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.lightbend.lagom |
ArtifactId | ArtifactIdlagom-maven-plugin |
Version | Version1.5.5 |
Type | Typejar |
Filename | Size |
---|---|
lagom-maven-plugin-1.5.5.pom | |
lagom-maven-plugin-1.5.5.jar | 106 KB |
lagom-maven-plugin-1.5.5-sources.jar | 15 KB |
lagom-maven-plugin-1.5.5-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.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightbend.lagom/lagom-maven-plugin/
implementation 'com.lightbend.lagom:lagom-maven-plugin:1.5.5'
// https://jarcasting.com/artifacts/com.lightbend.lagom/lagom-maven-plugin/
implementation ("com.lightbend.lagom:lagom-maven-plugin:1.5.5")
'com.lightbend.lagom:lagom-maven-plugin:jar:1.5.5'
<dependency org="com.lightbend.lagom" name="lagom-maven-plugin" rev="1.5.5">
<artifact name="lagom-maven-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightbend.lagom', module='lagom-maven-plugin', version='1.5.5')
)
libraryDependencies += "com.lightbend.lagom" % "lagom-maven-plugin" % "1.5.5"
[com.lightbend.lagom/lagom-maven-plugin "1.5.5"]