| GroupId | GroupIdxyz.scootaloo |
|---|---|
| ArtifactId | ArtifactIdJConsoleApplication |
| Version | Version0.3.3 |
| Type | Typejar |
| Description |
DescriptionJConsoleApplication
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| JConsoleApplication-0.3.3.pom | |
| JConsoleApplication-0.3.3.jar | 476 KB |
| JConsoleApplication-0.3.3-sources.jar | 105 KB |
| JConsoleApplication-0.3.3-javadoc.jar | 855 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/xyz.scootaloo/JConsoleApplication/ -->
<dependency>
<groupId>xyz.scootaloo</groupId>
<artifactId>JConsoleApplication</artifactId>
<version>0.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.scootaloo/JConsoleApplication/
implementation 'xyz.scootaloo:JConsoleApplication:0.3.3'
// https://jarcasting.com/artifacts/xyz.scootaloo/JConsoleApplication/
implementation ("xyz.scootaloo:JConsoleApplication:0.3.3")
'xyz.scootaloo:JConsoleApplication:jar:0.3.3'
<dependency org="xyz.scootaloo" name="JConsoleApplication" rev="0.3.3">
<artifact name="JConsoleApplication" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.scootaloo', module='JConsoleApplication', version='0.3.3')
)
libraryDependencies += "xyz.scootaloo" % "JConsoleApplication" % "0.3.3"
[xyz.scootaloo/JConsoleApplication "0.3.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | RELEASE |