SeedStack utilities
Standalone (no-dependencies) general purpose Java utilities for SeedStack.
Copyright and license
This source code is copyrighted by The SeedStack Authors and released under the terms of the Mozilla Public License 2.0.
License |
License |
---|---|
GroupId | GroupIdorg.seedstack.shed |
ArtifactId | ArtifactIdshed |
Last Version | Last Version1.1.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionClean Java development
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
shed-1.1.6.pom | |
shed-1.1.6.jar | 56 KB |
shed-1.1.6-sources.jar | 29 KB |
shed-1.1.6-javadoc.jar | 609 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.seedstack.shed/shed/ -->
<dependency>
<groupId>org.seedstack.shed</groupId>
<artifactId>shed</artifactId>
<version>1.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.seedstack.shed/shed/
implementation 'org.seedstack.shed:shed:1.1.6'
// https://jarcasting.com/artifacts/org.seedstack.shed/shed/
implementation ("org.seedstack.shed:shed:1.1.6")
'org.seedstack.shed:shed:jar:1.1.6'
<dependency org="org.seedstack.shed" name="shed" rev="1.1.6">
<artifact name="shed" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seedstack.shed', module='shed', version='1.1.6')
)
libraryDependencies += "org.seedstack.shed" % "shed" % "1.1.6"
[org.seedstack.shed/shed "1.1.6"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api Optional | jar | 1.7.25 |
javax.annotation : javax.annotation-api Optional | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
com.google.code.findbugs : annotations | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.12.1 |
org.seedstack.addons.jmh : jmh-launcher | jar | 1.0.2 |
com.github.ben-manes.caffeine : caffeine | jar | 2.7.0 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Standalone (no-dependencies) general purpose Java utilities for SeedStack.
This source code is copyrighted by The SeedStack Authors and released under the terms of the Mozilla Public License 2.0.