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