Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.objectlab.kit |
ArtifactId | ArtifactIddatecalc-common |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
datecalc-common-1.4.0.pom | |
datecalc-common-1.4.0.jar | 40 KB |
datecalc-common-1.4.0-tests.jar | 56 KB |
datecalc-common-1.4.0-sources.jar | 50 KB |
datecalc-common-1.4.0-javadoc.jar | 225 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.objectlab.kit/datecalc-common/ -->
<dependency>
<groupId>net.objectlab.kit</groupId>
<artifactId>datecalc-common</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.objectlab.kit/datecalc-common/
implementation 'net.objectlab.kit:datecalc-common:1.4.0'
// https://jarcasting.com/artifacts/net.objectlab.kit/datecalc-common/
implementation ("net.objectlab.kit:datecalc-common:1.4.0")
'net.objectlab.kit:datecalc-common:jar:1.4.0'
<dependency org="net.objectlab.kit" name="datecalc-common" rev="1.4.0">
<artifact name="datecalc-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.objectlab.kit', module='datecalc-common', version='1.4.0')
)
libraryDependencies += "net.objectlab.kit" % "datecalc-common" % "1.4.0"
[net.objectlab.kit/datecalc-common "1.4.0"]