Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdio.teecube.maven.skins |
ArtifactId | ArtifactIdreflow-parent |
Version | Version1.1.2 |
Type | Typepom |
Filename | Size |
---|---|
reflow-parent-1.1.2.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.teecube.maven.skins/reflow-parent/ -->
<dependency>
<groupId>io.teecube.maven.skins</groupId>
<artifactId>reflow-parent</artifactId>
<version>1.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.teecube.maven.skins/reflow-parent/
implementation 'io.teecube.maven.skins:reflow-parent:1.1.2'
// https://jarcasting.com/artifacts/io.teecube.maven.skins/reflow-parent/
implementation ("io.teecube.maven.skins:reflow-parent:1.1.2")
'io.teecube.maven.skins:reflow-parent:pom:1.1.2'
<dependency org="io.teecube.maven.skins" name="reflow-parent" rev="1.1.2">
<artifact name="reflow-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.teecube.maven.skins', module='reflow-parent', version='1.1.2')
)
libraryDependencies += "io.teecube.maven.skins" % "reflow-parent" % "1.1.2"
[io.teecube.maven.skins/reflow-parent "1.1.2"]