Indigo 1.4.0 beta¶
The version contains license change to Apache License v2
Language Bindings¶
|
|
|
|
|
---|---|---|---|---|
|
||||
|
||||
|
||||
|
- |
Source code¶
Maven Repository¶
All the Indigo Java packages are uploaded to Maven Central Repository.
Just add a dependency to your Maven project to download Indigo Java API automatically:
<dependencies>
...
<dependency>
<groupId>com.epam.indigo</groupId>
<artifactId>indigo</artifactId>
<version>1.4.0-beta.r0</version>
</dependency>
...
</dependencies>
NuGet Repository¶
Indigo .NET packages available at Nuget
Just add Indigo.Net
as a dependency into the project.
PyPi package¶
Indigo python SDK can be found at PyPi
One can install the Indigo library using pip utility
pip install epam.indigo