Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.malkomich |
ArtifactId | ArtifactIdjava-parent-pom |
Version | Version0.0.2 |
Type | Typepom |
Filename | Size |
---|---|
java-parent-pom-0.0.2.pom | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.malkomich/java-parent-pom/ -->
<dependency>
<groupId>com.github.malkomich</groupId>
<artifactId>java-parent-pom</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.malkomich/java-parent-pom/
implementation 'com.github.malkomich:java-parent-pom:0.0.2'
// https://jarcasting.com/artifacts/com.github.malkomich/java-parent-pom/
implementation ("com.github.malkomich:java-parent-pom:0.0.2")
'com.github.malkomich:java-parent-pom:pom:0.0.2'
<dependency org="com.github.malkomich" name="java-parent-pom" rev="0.0.2">
<artifact name="java-parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.malkomich', module='java-parent-pom', version='0.0.2')
)
libraryDependencies += "com.github.malkomich" % "java-parent-pom" % "0.0.2"
[com.github.malkomich/java-parent-pom "0.0.2"]