License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.v-play-games |
ArtifactId | ArtifactIdmaven-deploy |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMaven Deploy Parent Pom
Parent POM for all my projects needing to be deployed on Maven Central
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maven-deploy-1.0.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.v-play-games/maven-deploy/ -->
<dependency>
<groupId>com.github.v-play-games</groupId>
<artifactId>maven-deploy</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.v-play-games/maven-deploy/
implementation 'com.github.v-play-games:maven-deploy:1.0.1'
// https://jarcasting.com/artifacts/com.github.v-play-games/maven-deploy/
implementation ("com.github.v-play-games:maven-deploy:1.0.1")
'com.github.v-play-games:maven-deploy:pom:1.0.1'
<dependency org="com.github.v-play-games" name="maven-deploy" rev="1.0.1">
<artifact name="maven-deploy" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.v-play-games', module='maven-deploy', version='1.0.1')
)
libraryDependencies += "com.github.v-play-games" % "maven-deploy" % "1.0.1"
[com.github.v-play-games/maven-deploy "1.0.1"]