<dependency> <groupId>com.github.nfalco79</groupId> <artifactId>maven-commons</artifactId> <version>1.0.0</version> </dependency>
implementation 'com.github.nfalco79:maven-commons:1.0.0'
implementation("com.github.nfalco79:maven-commons:1.0.0")
libraryDependencies += "com.github.nfalco79" % "maven-commons" % "1.0.0"
@Grapes( @Grab(group='com.github.nfalco79', module='maven-commons', version='1.0.0') )
<dependency org="com.github.nfalco79" name="maven-commons" rev="1.0.0" />
[com.github.nfalco79/maven-commons "1.0.0"]
'com.github.nfalco79:maven-commons:jar:1.0.0'
<parent> <groupId>com.github.nfalco79</groupId> <artifactId>parent</artifactId> <version>1.0.0-beta1</version> </parent>
compile
|-- org.apache.maven.shared:maven-common-artifact-filters:3.3.1
|-- org.apache.maven.shared:maven-dependency-tree:3.1.1
provided
|-- org.apache.maven:maven-core:3.3.9