JDB

Simple API for JDB (Java debugger).

License

License

Categories

Categories

Java Languages
GroupId

GroupId

io.github.wniemiec-component-java
ArtifactId

ArtifactId

jdb
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

JDB
Simple API for JDB (Java debugger).
Project URL

Project URL

https://github.com/wniemiec-component-java/jdb

Download jdb

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.wniemiec-component-java/jdb/ -->
<dependency>
    <groupId>io.github.wniemiec-component-java</groupId>
    <artifactId>jdb</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.wniemiec-component-java/jdb/
implementation 'io.github.wniemiec-component-java:jdb:1.0.1'
// https://jarcasting.com/artifacts/io.github.wniemiec-component-java/jdb/
implementation ("io.github.wniemiec-component-java:jdb:1.0.1")
'io.github.wniemiec-component-java:jdb:jar:1.0.1'
<dependency org="io.github.wniemiec-component-java" name="jdb" rev="1.0.1">
  <artifact name="jdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.wniemiec-component-java', module='jdb', version='1.0.1')
)
libraryDependencies += "io.github.wniemiec-component-java" % "jdb" % "1.0.1"
[io.github.wniemiec-component-java/jdb "1.0.1"]

Dependencies

compile (3)

Group / Artifact Type Version
io.github.wniemiec-io-java : argument-file jar 1.0.0
io.github.wniemiec-util-java : string-utils jar 1.0.0
io.github.wniemiec-task-java : process-manager jar 1.0.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0