| License |
License |
|---|---|
| GroupId | GroupIdme.bradleysteele |
| ArtifactId | ArtifactIdcommons |
| Version | Version0.3.0 |
| Type | Typejar |
| Description |
DescriptionBCommons
Provides reusable and maintainable Spigot components.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| commons-0.3.0.pom | |
| commons-0.3.0.jar | 109 KB |
| commons-0.3.0-sources.jar | 81 KB |
| commons-0.3.0-javadoc.jar | 478 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.bradleysteele/commons/ -->
<dependency>
<groupId>me.bradleysteele</groupId>
<artifactId>commons</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.bradleysteele/commons/
implementation 'me.bradleysteele:commons:0.3.0'
// https://jarcasting.com/artifacts/me.bradleysteele/commons/
implementation ("me.bradleysteele:commons:0.3.0")
'me.bradleysteele:commons:jar:0.3.0'
<dependency org="me.bradleysteele" name="commons" rev="0.3.0">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.bradleysteele', module='commons', version='0.3.0')
)
libraryDependencies += "me.bradleysteele" % "commons" % "0.3.0"
[me.bradleysteele/commons "0.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.oshi : oshi-core | jar | 3.13.2 |
| org.apache.httpcomponents : httpclient | jar | 4.5.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.spigotmc » spigot-api | jar | 1.14.4-R0.1-SNAPSHOT |