License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.palladiosimulator |
ArtifactId | ArtifactIdeclipse-parent |
Version | Version0.1.10 |
Type | Typepom |
Description |
DescriptionPalladio Maven Tycho Parent
A common parent POM for Maven Tycho based builds of Palladio related Eclipse extensions.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
eclipse-parent-0.1.10.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.palladiosimulator/eclipse-parent/ -->
<dependency>
<groupId>org.palladiosimulator</groupId>
<artifactId>eclipse-parent</artifactId>
<version>0.1.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.palladiosimulator/eclipse-parent/
implementation 'org.palladiosimulator:eclipse-parent:0.1.10'
// https://jarcasting.com/artifacts/org.palladiosimulator/eclipse-parent/
implementation ("org.palladiosimulator:eclipse-parent:0.1.10")
'org.palladiosimulator:eclipse-parent:pom:0.1.10'
<dependency org="org.palladiosimulator" name="eclipse-parent" rev="0.1.10">
<artifact name="eclipse-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.palladiosimulator', module='eclipse-parent', version='0.1.10')
)
libraryDependencies += "org.palladiosimulator" % "eclipse-parent" % "0.1.10"
[org.palladiosimulator/eclipse-parent "0.1.10"]