Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdnl.ru |
ArtifactId | ArtifactIdopen-source-maven-parent-pom |
Version | Version1.2.0 |
Type | Typepom |
Filename | Size |
---|---|
open-source-maven-parent-pom-1.2.0.pom | 18 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.2.0</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.2.0'
// https://jarcasting.com/artifacts/nl.ru/open-source-maven-parent-pom/
implementation ("nl.ru:open-source-maven-parent-pom:1.2.0")
'nl.ru:open-source-maven-parent-pom:pom:1.2.0'
<dependency org="nl.ru" name="open-source-maven-parent-pom" rev="1.2.0">
<artifact name="open-source-maven-parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='nl.ru', module='open-source-maven-parent-pom', version='1.2.0')
)
libraryDependencies += "nl.ru" % "open-source-maven-parent-pom" % "1.2.0"
[nl.ru/open-source-maven-parent-pom "1.2.0"]