License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.app4mc.build |
ArtifactId | ArtifactIdparent |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionAPP4MC Tool Platform
APP4MC Tool Platform for editing AMALTHEA models
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-2.1.0.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.app4mc.build/parent/ -->
<dependency>
<groupId>org.eclipse.app4mc.build</groupId>
<artifactId>parent</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.app4mc.build/parent/
implementation 'org.eclipse.app4mc.build:parent:2.1.0'
// https://jarcasting.com/artifacts/org.eclipse.app4mc.build/parent/
implementation ("org.eclipse.app4mc.build:parent:2.1.0")
'org.eclipse.app4mc.build:parent:pom:2.1.0'
<dependency org="org.eclipse.app4mc.build" name="parent" rev="2.1.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.app4mc.build', module='parent', version='2.1.0')
)
libraryDependencies += "org.eclipse.app4mc.build" % "parent" % "2.1.0"
[org.eclipse.app4mc.build/parent "2.1.0"]