Categories |
CategoriesMaven Build Tools Net |
---|---|
GroupId | GroupIdnet.radai |
ArtifactId | ArtifactIdgrep-maven-plugin-parent |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
grep-maven-plugin-parent-1.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.radai/grep-maven-plugin-parent/ -->
<dependency>
<groupId>net.radai</groupId>
<artifactId>grep-maven-plugin-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.radai/grep-maven-plugin-parent/
implementation 'net.radai:grep-maven-plugin-parent:1.0'
// https://jarcasting.com/artifacts/net.radai/grep-maven-plugin-parent/
implementation ("net.radai:grep-maven-plugin-parent:1.0")
'net.radai:grep-maven-plugin-parent:pom:1.0'
<dependency org="net.radai" name="grep-maven-plugin-parent" rev="1.0">
<artifact name="grep-maven-plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.radai', module='grep-maven-plugin-parent', version='1.0')
)
libraryDependencies += "net.radai" % "grep-maven-plugin-parent" % "1.0"
[net.radai/grep-maven-plugin-parent "1.0"]