GroupId | GroupIdorg.minijax |
---|---|
ArtifactId | ArtifactIdminijax-example-hello |
Last Version | Last Version0.5.10 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionminijax-example-hello
Simple 'hello world' application
|
<!-- https://jarcasting.com/artifacts/org.minijax/minijax-example-hello/ -->
<dependency>
<groupId>org.minijax</groupId>
<artifactId>minijax-example-hello</artifactId>
<version>0.5.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.minijax/minijax-example-hello/
implementation 'org.minijax:minijax-example-hello:0.5.10'
// https://jarcasting.com/artifacts/org.minijax/minijax-example-hello/
implementation ("org.minijax:minijax-example-hello:0.5.10")
'org.minijax:minijax-example-hello:jar:0.5.10'
<dependency org="org.minijax" name="minijax-example-hello" rev="0.5.10">
<artifact name="minijax-example-hello" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.minijax', module='minijax-example-hello', version='0.5.10')
)
libraryDependencies += "org.minijax" % "minijax-example-hello" % "0.5.10"
[org.minijax/minijax-example-hello "0.5.10"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |