Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdnl.ru |
ArtifactId | ArtifactIdopen-source-maven-parent-pom |
Version | Version1.4.3 |
Type | Typepom |
Filename | Size |
---|---|
open-source-maven-parent-pom-1.4.3.pom | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.ru/open-source-maven-parent-pom/ -->
<dependency>
<groupId>nl.ru</groupId>
<artifactId>open-source-maven-parent-pom</artifactId>
<version>1.4.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/nl.ru/open-source-maven-parent-pom/
implementation 'nl.ru:open-source-maven-parent-pom:1.4.3'
// https://jarcasting.com/artifacts/nl.ru/open-source-maven-parent-pom/
implementation ("nl.ru:open-source-maven-parent-pom:1.4.3")
'nl.ru:open-source-maven-parent-pom:pom:1.4.3'
<dependency org="nl.ru" name="open-source-maven-parent-pom" rev="1.4.3">
<artifact name="open-source-maven-parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='nl.ru', module='open-source-maven-parent-pom', version='1.4.3')
)
libraryDependencies += "nl.ru" % "open-source-maven-parent-pom" % "1.4.3"
[nl.ru/open-source-maven-parent-pom "1.4.3"]