Until today, integrating liblinphone sdk into a third party application required compiling a sdk from the sources or importing sdk binary files from: [[http:~~/~~/www.linphone.org/technical-corner/liblinphone/downloads>>http://www.linphone.org/technical-corner/liblinphone/downloads]]
Until today, integrating liblinphone sdk into a third party application required compiling a sdk from the sources or importing sdk binary files from: http://www.linphone.org/technical-corner/liblinphone/downloads
In order to ease integration of this sdk, we adapted a Gitlab repository as a Maven one.
In order to ease integration of this sdk, we adapted a Gitlab repository as a Maven one.
Maven is a standardized tool to manage and build Java-based projects, which core unit of work is Project Object Model.
Maven is a standardized tool to manage and build Java-based projects, which core unit of work is Project Object Model.
With Gradle and this Maven repository, we now offer the ability to either host or import remotely liblinphone sdk, as any future library.
With Gradle and this Maven repository, we now offer the ability to either host or import remotely liblinphone sdk, as any future library.