License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.jcustenborder |
ArtifactId | ArtifactIdmaven-central-parent |
Last Version | Last Version1.0.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionmaven-central-parent
A pom for deploying to maven central.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maven-central-parent-1.0.0.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jcustenborder/maven-central-parent/ -->
<dependency>
<groupId>com.github.jcustenborder</groupId>
<artifactId>maven-central-parent</artifactId>
<version>1.0.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jcustenborder/maven-central-parent/
implementation 'com.github.jcustenborder:maven-central-parent:1.0.0.0'
// https://jarcasting.com/artifacts/com.github.jcustenborder/maven-central-parent/
implementation ("com.github.jcustenborder:maven-central-parent:1.0.0.0")
'com.github.jcustenborder:maven-central-parent:pom:1.0.0.0'
<dependency org="com.github.jcustenborder" name="maven-central-parent" rev="1.0.0.0">
<artifact name="maven-central-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jcustenborder', module='maven-central-parent', version='1.0.0.0')
)
libraryDependencies += "com.github.jcustenborder" % "maven-central-parent" % "1.0.0.0"
[com.github.jcustenborder/maven-central-parent "1.0.0.0"]