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