| GroupId | GroupIdio.github.azodox |
|---|---|
| ArtifactId | ArtifactIdaccountsystem-velocity |
| Version | Version0.4.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| accountsystem-velocity-0.4.0.pom | |
| accountsystem-velocity-0.4.0-all.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.azodox/accountsystem-velocity/ -->
<dependency>
<groupId>io.github.azodox</groupId>
<artifactId>accountsystem-velocity</artifactId>
<version>0.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.azodox/accountsystem-velocity/
implementation 'io.github.azodox:accountsystem-velocity:0.4.0'
// https://jarcasting.com/artifacts/io.github.azodox/accountsystem-velocity/
implementation ("io.github.azodox:accountsystem-velocity:0.4.0")
'io.github.azodox:accountsystem-velocity:pom:0.4.0'
<dependency org="io.github.azodox" name="accountsystem-velocity" rev="0.4.0">
<artifact name="accountsystem-velocity" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.azodox', module='accountsystem-velocity', version='0.4.0')
)
libraryDependencies += "io.github.azodox" % "accountsystem-velocity" % "0.4.0"
[io.github.azodox/accountsystem-velocity "0.4.0"]