| GroupId | GroupIdcom.github.sbahmani |
|---|---|
| ArtifactId | ArtifactIdjalcal |
| Version | Version1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jalcal-1.2.pom | |
| jalcal-1.2.jar | 18 KB |
| jalcal-1.2-sources.jar | 26 KB |
| jalcal-1.2-javadoc.jar | 96 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.sbahmani/jalcal/ -->
<dependency>
<groupId>com.github.sbahmani</groupId>
<artifactId>jalcal</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sbahmani/jalcal/
implementation 'com.github.sbahmani:jalcal:1.2'
// https://jarcasting.com/artifacts/com.github.sbahmani/jalcal/
implementation ("com.github.sbahmani:jalcal:1.2")
'com.github.sbahmani:jalcal:jar:1.2'
<dependency org="com.github.sbahmani" name="jalcal" rev="1.2">
<artifact name="jalcal" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sbahmani', module='jalcal', version='1.2')
)
libraryDependencies += "com.github.sbahmani" % "jalcal" % "1.2"
[com.github.sbahmani/jalcal "1.2"]