Application - Software Development Kit (SDK)

Card Puncher Data Processing

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
Card Puncher Data Processing
Android - SDK ( API Level)

SDKs match API level. When a new API level is released, a new SDK is released to make projects for that level build.gradle compiledSdkVersion is the platform version against which you will compile...
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...
Idea Sdk
IDEA - SDK

sdk in Idea. Every project uses a Software Development Kit (SDK). Optionally, you can configure individual SDK for each module. The SDK determines which API library is used to build the project. If...
Java Conceptuel Diagram
Java - ( JDK | J2EE | J2SE )

SDK in Java core APIs for writing J2EE components, core development tools, and the Java virtual machine JDBC API 2.0 The Java 2 Platform, Standard Edition (J2SE) SDK is required to run...



Share this page:
Follow us:
Task Runner