| License |
License |
|---|---|
| Categories |
CategoriesAuto Application Layer Libs Code Generators |
| GroupId | GroupIdcom.github.vatbub |
| ArtifactId | ArtifactIdjavaAutoStart |
| Last Version | Last Version1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava Auto Start
A simple library that allows a java app to insert itself into the autostart of Windows
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| javaAutoStart-1.3.pom | |
| javaAutoStart-1.3.jar | 10 KB |
| javaAutoStart-1.3-sources.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.vatbub/javaAutoStart/ -->
<dependency>
<groupId>com.github.vatbub</groupId>
<artifactId>javaAutoStart</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vatbub/javaAutoStart/
implementation 'com.github.vatbub:javaAutoStart:1.3'
// https://jarcasting.com/artifacts/com.github.vatbub/javaAutoStart/
implementation ("com.github.vatbub:javaAutoStart:1.3")
'com.github.vatbub:javaAutoStart:jar:1.3'
<dependency org="com.github.vatbub" name="javaAutoStart" rev="1.3">
<artifact name="javaAutoStart" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vatbub', module='javaAutoStart', version='1.3')
)
libraryDependencies += "com.github.vatbub" % "javaAutoStart" % "1.3"
[com.github.vatbub/javaAutoStart "1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.5.0 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| net.java.dev.jna : jna | jar | 5.9.0 |
| net.java.dev.jna : jna-platform | jar | 5.9.0 |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.7.2 |
| org.slf4j : slf4j-jdk14 | jar | 1.7.32 |