| License |
License |
|---|---|
| GroupId | GroupIdde.alx-development |
| ArtifactId | ArtifactIdapplication |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApplication base feature library
Library with basic features useful to build complex applications easily
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| application-0.1.0.pom | |
| application-0.1.0.jar | 127 KB |
| application-0.1.0-sources.jar | 136 KB |
| application-0.1.0-javadoc.jar | 731 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.alx-development/application/ -->
<dependency>
<groupId>de.alx-development</groupId>
<artifactId>application</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.alx-development/application/
implementation 'de.alx-development:application:0.1.0'
// https://jarcasting.com/artifacts/de.alx-development/application/
implementation ("de.alx-development:application:0.1.0")
'de.alx-development:application:jar:0.1.0'
<dependency org="de.alx-development" name="application" rev="0.1.0">
<artifact name="application" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.alx-development', module='application', version='0.1.0')
)
libraryDependencies += "de.alx-development" % "application" % "0.1.0"
[de.alx-development/application "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.help : javahelp | jar | 2.0.05 |
| net.contentobjects.jnotify : jnotify | jar | 0.94 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |