| License |
License |
|---|---|
| GroupId | GroupIdorg.mal-lang |
| ArtifactId | ArtifactIdmal-parent |
| Last Version | Last Version8 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionMAL Parent
Provides common dependency management and plugin management for MAL projects.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mal-parent-8.pom | 14 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mal-lang/mal-parent/ -->
<dependency>
<groupId>org.mal-lang</groupId>
<artifactId>mal-parent</artifactId>
<version>8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mal-lang/mal-parent/
implementation 'org.mal-lang:mal-parent:8'
// https://jarcasting.com/artifacts/org.mal-lang/mal-parent/
implementation ("org.mal-lang:mal-parent:8")
'org.mal-lang:mal-parent:pom:8'
<dependency org="org.mal-lang" name="mal-parent" rev="8">
<artifact name="mal-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mal-lang', module='mal-parent', version='8')
)
libraryDependencies += "org.mal-lang" % "mal-parent" % "8"
[org.mal-lang/mal-parent "8"]