g

ganit

Ganit(गणित) means calculation in Sanskrit. As the name suggests, this is Programming Language and/or Library for Calculation
https://github.com/Palash90/ganit
MIT License
Palash Kanti Kundu
Files download
File Operation
ganit-0.2.0.jar download
ganit-0.2.0.pom download
ganit-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>in.palash90.ganit</groupId>
  <artifactId>ganit</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'in.palash90.ganit:ganit:0.2.0'
Gradle Kotlin
implementation("in.palash90.ganit:ganit:0.2.0")
Scala SBT
libraryDependencies += "in.palash90.ganit" % "ganit" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='in.palash90.ganit', module='ganit', version='0.2.0')
)
Apache Ivy
<dependency org="in.palash90.ganit" name="ganit" rev="0.2.0" />
Leiningen
[in.palash90.ganit/ganit "0.2.0"]
Apache Buildr
'in.palash90.ganit:ganit:jar:0.2.0'
Dependencies