License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdde.monticore.mojo |
ArtifactId | ArtifactIdmonticore-maven |
Version | Version4.5.3 |
Type | Typepom |
Description |
DescriptionMontiCore: Maven Support
Maven Plugin that executes MontiCore
|
Project Organization |
Project OrganizationDepartment of Software Engineering, RWTH Aachen University |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
monticore-maven-4.5.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.monticore.mojo/monticore-maven/ -->
<dependency>
<groupId>de.monticore.mojo</groupId>
<artifactId>monticore-maven</artifactId>
<version>4.5.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.monticore.mojo/monticore-maven/
implementation 'de.monticore.mojo:monticore-maven:4.5.3'
// https://jarcasting.com/artifacts/de.monticore.mojo/monticore-maven/
implementation ("de.monticore.mojo:monticore-maven:4.5.3")
'de.monticore.mojo:monticore-maven:pom:4.5.3'
<dependency org="de.monticore.mojo" name="monticore-maven" rev="4.5.3">
<artifact name="monticore-maven" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.monticore.mojo', module='monticore-maven', version='4.5.3')
)
libraryDependencies += "de.monticore.mojo" % "monticore-maven" % "4.5.3"
[de.monticore.mojo/monticore-maven "4.5.3"]