License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.v-play-games |
ArtifactId | ArtifactIdmaven-deploy |
Version | Version1.0.0 |
Type | Typepom |
Description |
DescriptionMaven Deploy Parent Pom
Parent POM for all my projects needing to be deployed on Maven Central
|
Filename | Size |
---|---|
maven-deploy-1.0.0.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.0</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.0'
// https://jarcasting.com/artifacts/com.github.v-play-games/maven-deploy/
implementation ("com.github.v-play-games:maven-deploy:1.0.0")
'com.github.v-play-games:maven-deploy:pom:1.0.0'
<dependency org="com.github.v-play-games" name="maven-deploy" rev="1.0.0">
<artifact name="maven-deploy" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.v-play-games', module='maven-deploy', version='1.0.0')
)
libraryDependencies += "com.github.v-play-games" % "maven-deploy" % "1.0.0"
[com.github.v-play-games/maven-deploy "1.0.0"]