License |
License |
---|---|
Categories |
CategoriesJava Languages VSCode Development Tools IDE |
GroupId | GroupIdcom.microsoft.java |
ArtifactId | ArtifactIdjava-debug-parent |
Last Version | Last Version0.37.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJava 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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-debug-parent-0.37.0.pom | 7 KB |
Browse |
<!-- 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"]