<dependency> <groupId>com.github.subchen</groupId> <artifactId>maven-parent</artifactId> <version>2.0.0</version> <type>pom</type> </dependency>
implementation 'com.github.subchen:maven-parent:2.0.0'
implementation("com.github.subchen:maven-parent:2.0.0")
libraryDependencies += "com.github.subchen" % "maven-parent" % "2.0.0"
@Grapes( @Grab(group='com.github.subchen', module='maven-parent', version='2.0.0') )
<dependency org="com.github.subchen" name="maven-parent" rev="2.0.0" />
[com.github.subchen/maven-parent "2.0.0"]
'com.github.subchen:maven-parent:jar:2.0.0'
provided
|-- org.projectlombok:lombok:1.18.26