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