License |
License |
---|---|
GroupId | GroupIdcom.brettonw.bedrock |
ArtifactId | ArtifactIdbase |
Version | Version2.1.0 |
Type | Typejar |
Description |
DescriptionBase
Base provides certain definitions that are common across the whole Bedrock family.
|
Filename | Size |
---|---|
base-2.1.0.pom | |
base-2.1.0.jar | 2 KB |
base-2.1.0-sources.jar | 2 KB |
base-2.1.0-javadoc.jar | 388 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.brettonw.bedrock/base/ -->
<dependency>
<groupId>com.brettonw.bedrock</groupId>
<artifactId>base</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.brettonw.bedrock/base/
implementation 'com.brettonw.bedrock:base:2.1.0'
// https://jarcasting.com/artifacts/com.brettonw.bedrock/base/
implementation ("com.brettonw.bedrock:base:2.1.0")
'com.brettonw.bedrock:base:jar:2.1.0'
<dependency org="com.brettonw.bedrock" name="base" rev="2.1.0">
<artifact name="base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brettonw.bedrock', module='base', version='2.1.0')
)
libraryDependencies += "com.brettonw.bedrock" % "base" % "2.1.0"
[com.brettonw.bedrock/base "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |