License |
License |
---|---|
Categories |
CategoriesMaven Build Tools ASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdcom.lasmanis.maven.tiles |
ArtifactId | ArtifactIdparent |
Last Version | Last Version0.0.144 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMaven Tiles - Parent POM
Base set of Maven Tiles to support builds
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-0.0.144.pom | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lasmanis.maven.tiles/parent/ -->
<dependency>
<groupId>com.lasmanis.maven.tiles</groupId>
<artifactId>parent</artifactId>
<version>0.0.144</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lasmanis.maven.tiles/parent/
implementation 'com.lasmanis.maven.tiles:parent:0.0.144'
// https://jarcasting.com/artifacts/com.lasmanis.maven.tiles/parent/
implementation ("com.lasmanis.maven.tiles:parent:0.0.144")
'com.lasmanis.maven.tiles:parent:pom:0.0.144'
<dependency org="com.lasmanis.maven.tiles" name="parent" rev="0.0.144">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lasmanis.maven.tiles', module='parent', version='0.0.144')
)
libraryDependencies += "com.lasmanis.maven.tiles" % "parent" % "0.0.144"
[com.lasmanis.maven.tiles/parent "0.0.144"]