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