| License |
License |
|---|---|
| GroupId | GroupIdtk.foundationdriven |
| ArtifactId | ArtifactIdfoundation |
| Last Version | Last VersionMAJOR-1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFoundation
Foundation is a Sponge plugin which provides core functionality to the server. It also provides an API for other plugins
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| foundation-MAJOR-1.0.pom | |
| foundation-MAJOR-1.0.jar | 23 KB |
| foundation-MAJOR-1.0-sources.jar | 33 KB |
| foundation-MAJOR-1.0-javadoc.jar | 142 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/tk.foundationdriven/foundation/ -->
<dependency>
<groupId>tk.foundationdriven</groupId>
<artifactId>foundation</artifactId>
<version>MAJOR-1.0</version>
</dependency>
// https://jarcasting.com/artifacts/tk.foundationdriven/foundation/
implementation 'tk.foundationdriven:foundation:MAJOR-1.0'
// https://jarcasting.com/artifacts/tk.foundationdriven/foundation/
implementation ("tk.foundationdriven:foundation:MAJOR-1.0")
'tk.foundationdriven:foundation:jar:MAJOR-1.0'
<dependency org="tk.foundationdriven" name="foundation" rev="MAJOR-1.0">
<artifact name="foundation" type="jar" />
</dependency>
@Grapes(
@Grab(group='tk.foundationdriven', module='foundation', version='MAJOR-1.0')
)
libraryDependencies += "tk.foundationdriven" % "foundation" % "MAJOR-1.0"
[tk.foundationdriven/foundation "MAJOR-1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.spongepowered : spongeapi | jar | 1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.ow2.asm : asm-all | jar | 4.0 |