License |
License |
---|---|
GroupId | GroupIdorg.ubercraft.sucre |
ArtifactId | ArtifactIdsucre-core |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionSucre Core
Core Sucre library. Provides the core set of Sucre modules, plus some common utilities.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sucre-core-1.0.0.pom | |
sucre-core-1.0.0.jar | 50 KB |
sucre-core-1.0.0-sources.jar | 25 KB |
sucre-core-1.0.0-javadoc.jar | 195 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ubercraft.sucre/sucre-core/ -->
<dependency>
<groupId>org.ubercraft.sucre</groupId>
<artifactId>sucre-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ubercraft.sucre/sucre-core/
implementation 'org.ubercraft.sucre:sucre-core:1.0.0'
// https://jarcasting.com/artifacts/org.ubercraft.sucre/sucre-core/
implementation ("org.ubercraft.sucre:sucre-core:1.0.0")
'org.ubercraft.sucre:sucre-core:jar:1.0.0'
<dependency org="org.ubercraft.sucre" name="sucre-core" rev="1.0.0">
<artifact name="sucre-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ubercraft.sucre', module='sucre-core', version='1.0.0')
)
libraryDependencies += "org.ubercraft.sucre" % "sucre-core" % "1.0.0"
[org.ubercraft.sucre/sucre-core "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |