License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdio.github.wniemiec-component-java |
ArtifactId | ArtifactIdjdb |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJDB
Simple API for JDB (Java debugger).
|
Project URL |
Project URL |
Filename | Size |
---|---|
jdb-1.0.1.pom | |
jdb-1.0.1.jar | 15 KB |
jdb-1.0.1-sources.jar | 7 KB |
jdb-1.0.1-javadoc.jar | 396 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |