Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.seesharpsoft.sharping |
ArtifactId | ArtifactIdsharping-commons |
Version | Version0.20.0 |
Type | Typejar |
Filename | Size |
---|---|
sharping-commons-0.20.0.pom | |
sharping-commons-0.20.0.jar | 30 KB |
sharping-commons-0.20.0-sources.jar | 12 KB |
sharping-commons-0.20.0-javadoc.jar | 476 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.seesharpsoft.sharping/sharping-commons/ -->
<dependency>
<groupId>net.seesharpsoft.sharping</groupId>
<artifactId>sharping-commons</artifactId>
<version>0.20.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.seesharpsoft.sharping/sharping-commons/
implementation 'net.seesharpsoft.sharping:sharping-commons:0.20.0'
// https://jarcasting.com/artifacts/net.seesharpsoft.sharping/sharping-commons/
implementation ("net.seesharpsoft.sharping:sharping-commons:0.20.0")
'net.seesharpsoft.sharping:sharping-commons:jar:0.20.0'
<dependency org="net.seesharpsoft.sharping" name="sharping-commons" rev="0.20.0">
<artifact name="sharping-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.seesharpsoft.sharping', module='sharping-commons', version='0.20.0')
)
libraryDependencies += "net.seesharpsoft.sharping" % "sharping-commons" % "0.20.0"
[net.seesharpsoft.sharping/sharping-commons "0.20.0"]