License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.malkomich |
ArtifactId | ArtifactIdjava-parent-pom |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJava Build Configurator
POM parent for the build configuration of a Java project
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-parent-pom-1.0.2.pom | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.malkomich/java-parent-pom/ -->
<dependency>
<groupId>com.github.malkomich</groupId>
<artifactId>java-parent-pom</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.malkomich/java-parent-pom/
implementation 'com.github.malkomich:java-parent-pom:1.0.2'
// https://jarcasting.com/artifacts/com.github.malkomich/java-parent-pom/
implementation ("com.github.malkomich:java-parent-pom:1.0.2")
'com.github.malkomich:java-parent-pom:pom:1.0.2'
<dependency org="com.github.malkomich" name="java-parent-pom" rev="1.0.2">
<artifact name="java-parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.malkomich', module='java-parent-pom', version='1.0.2')
)
libraryDependencies += "com.github.malkomich" % "java-parent-pom" % "1.0.2"
[com.github.malkomich/java-parent-pom "1.0.2"]