Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.github.mike10004 |
ArtifactId | ArtifactIddebian-maven-plugin-project |
Version | Version3.1 |
Type | Typepom |
Filename | Size |
---|---|
debian-maven-plugin-project-3.1.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mike10004/debian-maven-plugin-project/ -->
<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>debian-maven-plugin-project</artifactId>
<version>3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mike10004/debian-maven-plugin-project/
implementation 'com.github.mike10004:debian-maven-plugin-project:3.1'
// https://jarcasting.com/artifacts/com.github.mike10004/debian-maven-plugin-project/
implementation ("com.github.mike10004:debian-maven-plugin-project:3.1")
'com.github.mike10004:debian-maven-plugin-project:pom:3.1'
<dependency org="com.github.mike10004" name="debian-maven-plugin-project" rev="3.1">
<artifact name="debian-maven-plugin-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='debian-maven-plugin-project', version='3.1')
)
libraryDependencies += "com.github.mike10004" % "debian-maven-plugin-project" % "3.1"
[com.github.mike10004/debian-maven-plugin-project "3.1"]