GroupId | GroupIdio.github.watertao |
---|---|
ArtifactId | ArtifactIdveigar-parent |
Version | Version2.1.1 |
Type | Typepom |
Filename | Size |
---|---|
veigar-parent-2.1.1.pom | 949 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.watertao/veigar-parent/ -->
<dependency>
<groupId>io.github.watertao</groupId>
<artifactId>veigar-parent</artifactId>
<version>2.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.watertao/veigar-parent/
implementation 'io.github.watertao:veigar-parent:2.1.1'
// https://jarcasting.com/artifacts/io.github.watertao/veigar-parent/
implementation ("io.github.watertao:veigar-parent:2.1.1")
'io.github.watertao:veigar-parent:pom:2.1.1'
<dependency org="io.github.watertao" name="veigar-parent" rev="2.1.1">
<artifact name="veigar-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.watertao', module='veigar-parent', version='2.1.1')
)
libraryDependencies += "io.github.watertao" % "veigar-parent" % "2.1.1"
[io.github.watertao/veigar-parent "2.1.1"]