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