| License |
License |
|---|---|
| GroupId | GroupIdpw.mihou |
| ArtifactId | ArtifactIdVelen |
| Version | Version1.0.7 |
| Type | Typejar |
| Description |
DescriptionVelen
Velen is a command framework for Javacord that aims to do everything simpler and easier.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| Velen-1.0.7.pom | |
| Velen-1.0.7.jar | 48 KB |
| Velen-1.0.7-sources.jar | 31 KB |
| Velen-1.0.7-javadoc.jar | 251 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/pw.mihou/Velen/ -->
<dependency>
<groupId>pw.mihou</groupId>
<artifactId>Velen</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/pw.mihou/Velen/
implementation 'pw.mihou:Velen:1.0.7'
// https://jarcasting.com/artifacts/pw.mihou/Velen/
implementation ("pw.mihou:Velen:1.0.7")
'pw.mihou:Velen:jar:1.0.7'
<dependency org="pw.mihou" name="Velen" rev="1.0.7">
<artifact name="Velen" type="jar" />
</dependency>
@Grapes(
@Grab(group='pw.mihou', module='Velen', version='1.0.7')
)
libraryDependencies += "pw.mihou" % "Velen" % "1.0.7"
[pw.mihou/Velen "1.0.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.javacord : javacord-api | jar | 3.3.1 |