GroupId | GroupIdorg.nasdanika.html |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version2022.5.0 |
Type | Typepom |
Filename | Size |
---|---|
parent-2022.5.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nasdanika.html/parent/ -->
<dependency>
<groupId>org.nasdanika.html</groupId>
<artifactId>parent</artifactId>
<version>2022.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.nasdanika.html/parent/
implementation 'org.nasdanika.html:parent:2022.5.0'
// https://jarcasting.com/artifacts/org.nasdanika.html/parent/
implementation ("org.nasdanika.html:parent:2022.5.0")
'org.nasdanika.html:parent:pom:2022.5.0'
<dependency org="org.nasdanika.html" name="parent" rev="2022.5.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.nasdanika.html', module='parent', version='2022.5.0')
)
libraryDependencies += "org.nasdanika.html" % "parent" % "2022.5.0"
[org.nasdanika.html/parent "2022.5.0"]