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