License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.seesharpsoft.spring |
ArtifactId | ArtifactIdsharping-core |
Version | Version0.8.0 |
Type | Typejar |
Description |
DescriptionDependency free Core Library
Dependency free library for core functionality useful for most everything.
|
Filename | Size |
---|---|
sharping-core-0.8.0.pom | |
sharping-core-0.8.0.jar | 20 KB |
sharping-core-0.8.0-sources.jar | 7 KB |
sharping-core-0.8.0-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.seesharpsoft.spring/sharping-core/ -->
<dependency>
<groupId>net.seesharpsoft.spring</groupId>
<artifactId>sharping-core</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.seesharpsoft.spring/sharping-core/
implementation 'net.seesharpsoft.spring:sharping-core:0.8.0'
// https://jarcasting.com/artifacts/net.seesharpsoft.spring/sharping-core/
implementation ("net.seesharpsoft.spring:sharping-core:0.8.0")
'net.seesharpsoft.spring:sharping-core:jar:0.8.0'
<dependency org="net.seesharpsoft.spring" name="sharping-core" rev="0.8.0">
<artifact name="sharping-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.seesharpsoft.spring', module='sharping-core', version='0.8.0')
)
libraryDependencies += "net.seesharpsoft.spring" % "sharping-core" % "0.8.0"
[net.seesharpsoft.spring/sharping-core "0.8.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | |
org.hamcrest : hamcrest-library | jar |