is not current version
Last Version 1.3

com.github.vatbub:javaAutoStart 1.2

A simple library that allows a java app to insert itself into the autostart of Windows

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.github.vatbub
ArtifactId

ArtifactId

javaAutoStart
Version

Version

1.2
Type

Type

jar

Download javaAutoStart 1.2


<!-- https://jarcasting.com/artifacts/com.github.vatbub/javaAutoStart/ -->
<dependency>
    <groupId>com.github.vatbub</groupId>
    <artifactId>javaAutoStart</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vatbub/javaAutoStart/
implementation 'com.github.vatbub:javaAutoStart:1.2'
// https://jarcasting.com/artifacts/com.github.vatbub/javaAutoStart/
implementation ("com.github.vatbub:javaAutoStart:1.2")
'com.github.vatbub:javaAutoStart:jar:1.2'
<dependency org="com.github.vatbub" name="javaAutoStart" rev="1.2">
  <artifact name="javaAutoStart" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vatbub', module='javaAutoStart', version='1.2')
)
libraryDependencies += "com.github.vatbub" % "javaAutoStart" % "1.2"
[com.github.vatbub/javaAutoStart "1.2"]