GroupId | GroupIdio.inbot |
---|---|
ArtifactId | ArtifactIdinbot-datemath |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
inbot-datemath-1.1.pom | |
inbot-datemath-1.1.jar | 7 KB |
inbot-datemath-1.1-sources.jar | 2 KB |
inbot-datemath-1.1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.inbot/inbot-datemath/ -->
<dependency>
<groupId>io.inbot</groupId>
<artifactId>inbot-datemath</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.inbot/inbot-datemath/
implementation 'io.inbot:inbot-datemath:1.1'
// https://jarcasting.com/artifacts/io.inbot/inbot-datemath/
implementation ("io.inbot:inbot-datemath:1.1")
'io.inbot:inbot-datemath:jar:1.1'
<dependency org="io.inbot" name="inbot-datemath" rev="1.1">
<artifact name="inbot-datemath" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.inbot', module='inbot-datemath', version='1.1')
)
libraryDependencies += "io.inbot" % "inbot-datemath" % "1.1"
[io.inbot/inbot-datemath "1.1"]