License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdio.github.efenglu.maven.tiles |
ArtifactId | ArtifactIdtiles-parent |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionParent Pom for tiles
Parent for all tile flavors
|
Filename | Size |
---|---|
tiles-parent-1.0.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.efenglu.maven.tiles/tiles-parent/ -->
<dependency>
<groupId>io.github.efenglu.maven.tiles</groupId>
<artifactId>tiles-parent</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.efenglu.maven.tiles/tiles-parent/
implementation 'io.github.efenglu.maven.tiles:tiles-parent:1.0.2'
// https://jarcasting.com/artifacts/io.github.efenglu.maven.tiles/tiles-parent/
implementation ("io.github.efenglu.maven.tiles:tiles-parent:1.0.2")
'io.github.efenglu.maven.tiles:tiles-parent:pom:1.0.2'
<dependency org="io.github.efenglu.maven.tiles" name="tiles-parent" rev="1.0.2">
<artifact name="tiles-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.efenglu.maven.tiles', module='tiles-parent', version='1.0.2')
)
libraryDependencies += "io.github.efenglu.maven.tiles" % "tiles-parent" % "1.0.2"
[io.github.efenglu.maven.tiles/tiles-parent "1.0.2"]