Categories |
CategoriesMaven Build Tools ASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdcom.lasmanis.maven.tiles |
ArtifactId | ArtifactIdparent |
Version | Version0.0.61 |
Type | Typepom |
Filename | Size |
---|---|
parent-0.0.61.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lasmanis.maven.tiles/parent/ -->
<dependency>
<groupId>com.lasmanis.maven.tiles</groupId>
<artifactId>parent</artifactId>
<version>0.0.61</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lasmanis.maven.tiles/parent/
implementation 'com.lasmanis.maven.tiles:parent:0.0.61'
// https://jarcasting.com/artifacts/com.lasmanis.maven.tiles/parent/
implementation ("com.lasmanis.maven.tiles:parent:0.0.61")
'com.lasmanis.maven.tiles:parent:pom:0.0.61'
<dependency org="com.lasmanis.maven.tiles" name="parent" rev="0.0.61">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lasmanis.maven.tiles', module='parent', version='0.0.61')
)
libraryDependencies += "com.lasmanis.maven.tiles" % "parent" % "0.0.61"
[com.lasmanis.maven.tiles/parent "0.0.61"]