| Categories |
CategoriesDiscord API Business Logic Libraries |
|---|---|
| GroupId | GroupIdcom.github.princesslana |
| ArtifactId | ArtifactIdsmalld |
| Version | Version0.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| smalld-0.0.4.pom | |
| smalld-0.0.4.jar | 33 KB |
| smalld-0.0.4-sources.jar | 20 KB |
| smalld-0.0.4-javadoc.jar | 107 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.princesslana/smalld/ -->
<dependency>
<groupId>com.github.princesslana</groupId>
<artifactId>smalld</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.princesslana/smalld/
implementation 'com.github.princesslana:smalld:0.0.4'
// https://jarcasting.com/artifacts/com.github.princesslana/smalld/
implementation ("com.github.princesslana:smalld:0.0.4")
'com.github.princesslana:smalld:jar:0.0.4'
<dependency org="com.github.princesslana" name="smalld" rev="0.0.4">
<artifact name="smalld" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.princesslana', module='smalld', version='0.0.4')
)
libraryDependencies += "com.github.princesslana" % "smalld" % "0.0.4"
[com.github.princesslana/smalld "0.0.4"]