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