| GroupId | GroupIdio.github.bibhas2 |
|---|---|
| ArtifactId | ArtifactIdjcal |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jcal-1.0.0.pom | |
| jcal-1.0.0.jar | 14 KB |
| jcal-1.0.0-sources.jar | 5 KB |
| jcal-1.0.0-javadoc.jar | 149 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.bibhas2/jcal/ -->
<dependency>
<groupId>io.github.bibhas2</groupId>
<artifactId>jcal</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.bibhas2/jcal/
implementation 'io.github.bibhas2:jcal:1.0.0'
// https://jarcasting.com/artifacts/io.github.bibhas2/jcal/
implementation ("io.github.bibhas2:jcal:1.0.0")
'io.github.bibhas2:jcal:jar:1.0.0'
<dependency org="io.github.bibhas2" name="jcal" rev="1.0.0">
<artifact name="jcal" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.bibhas2', module='jcal', version='1.0.0')
)
libraryDependencies += "io.github.bibhas2" % "jcal" % "1.0.0"
[io.github.bibhas2/jcal "1.0.0"]