Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.github.rmannibucau |
ArtifactId | ArtifactIdcommon-maven-plugin |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.rmannibucau/common-maven-plugin/ -->
<dependency>
<groupId>com.github.rmannibucau</groupId>
<artifactId>common-maven-plugin</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rmannibucau/common-maven-plugin/
implementation 'com.github.rmannibucau:common-maven-plugin:1.0.0'
// https://jarcasting.com/artifacts/com.github.rmannibucau/common-maven-plugin/
implementation ("com.github.rmannibucau:common-maven-plugin:1.0.0")
'com.github.rmannibucau:common-maven-plugin:jar:1.0.0'
<dependency org="com.github.rmannibucau" name="common-maven-plugin" rev="1.0.0">
<artifact name="common-maven-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rmannibucau', module='common-maven-plugin', version='1.0.0')
)
libraryDependencies += "com.github.rmannibucau" % "common-maven-plugin" % "1.0.0"
[com.github.rmannibucau/common-maven-plugin "1.0.0"]