Application - Software Development Kit (SDK)

Card Puncher Data Processing

Application - Software Development Kit (SDK)

About

A Software Development Kit (SDK) makes possible to develop application (ie to compile code, to run it , etc…)

Example

A typical SDK example is the Java Development Kit (also known as Java SDK, or JDK) for producing Java programs.

But each language as its own SDK.

  • groovy,
  • scala,
  • grails,
  • gradle,
  • kotlin,
  • etc.

Tool

SDKMan

sdkman permits to install and manage easily sdk on your computer

Installation In wsl

apt-get install unzip
apt-get install zip
curl -s "https://get.sdkman.io" | bash
source "/root/.sdkman/bin/sdkman-init.sh"

Documentation / Reference





Discover More
Death Stars Architecture Diagram
Code Shipping - Dependency (Coupling)

in code. A (module|package|library) often requires other (packages|module) to be installed to function correctly. Such a relation is called a dependency. Coupling or dependency is the degree to which...



Share this page:
Follow us:
Task Runner