Last Version

Java Debug Server for Visual Studio Code :: Parent 0.37.0

The Java Debug Server is an implementation of Visual Studio Code (VSCode) Debug Protocol. It can be used in Visual Studio Code to debug Java programs.

License

License

Categories

Categories

Java Languages VSCode Development Tools IDE
GroupId

GroupId

com.microsoft.java
ArtifactId

ArtifactId

java-debug-parent
Version

Version

0.37.0
Type

Type

pom
Description

Description

Java Debug Server for Visual Studio Code :: Parent
The Java Debug Server is an implementation of Visual Studio Code (VSCode) Debug Protocol. It can be used in Visual Studio Code to debug Java programs.
Project URL

Project URL

https://github.com/Microsoft/java-debug
Project Organization

Project Organization

Microsoft
Source Code Management

Source Code Management

https://github.com/Microsoft/java-debug/tree/master

Download java-debug-parent 0.37.0


<!-- https://jarcasting.com/artifacts/com.microsoft.java/java-debug-parent/ -->
<dependency>
    <groupId>com.microsoft.java</groupId>
    <artifactId>java-debug-parent</artifactId>
    <version>0.37.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.java/java-debug-parent/
implementation 'com.microsoft.java:java-debug-parent:0.37.0'
// https://jarcasting.com/artifacts/com.microsoft.java/java-debug-parent/
implementation ("com.microsoft.java:java-debug-parent:0.37.0")
'com.microsoft.java:java-debug-parent:pom:0.37.0'
<dependency org="com.microsoft.java" name="java-debug-parent" rev="0.37.0">
  <artifact name="java-debug-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.java', module='java-debug-parent', version='0.37.0')
)
libraryDependencies += "com.microsoft.java" % "java-debug-parent" % "0.37.0"
[com.microsoft.java/java-debug-parent "0.37.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • com.microsoft.java.debug.core
  • com.microsoft.java.debug.plugin
  • com.microsoft.java.debug.repository