License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.meldsza |
ArtifactId | ArtifactIdJava-Shorcut-API |
Last Version | Last Version0.02 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Shorcut API(for Windows)
Create Easy Shortcuts and Access Commonly used Windows Paths
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
Java-Shorcut-API-0.02.pom | |
Java-Shorcut-API-0.02.jar | 5 KB |
Java-Shorcut-API-0.02-sources.jar | 4 KB |
Java-Shorcut-API-0.02-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.meldsza/Java-Shorcut-API/ -->
<dependency>
<groupId>com.github.meldsza</groupId>
<artifactId>Java-Shorcut-API</artifactId>
<version>0.02</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.meldsza/Java-Shorcut-API/
implementation 'com.github.meldsza:Java-Shorcut-API:0.02'
// https://jarcasting.com/artifacts/com.github.meldsza/Java-Shorcut-API/
implementation ("com.github.meldsza:Java-Shorcut-API:0.02")
'com.github.meldsza:Java-Shorcut-API:jar:0.02'
<dependency org="com.github.meldsza" name="Java-Shorcut-API" rev="0.02">
<artifact name="Java-Shorcut-API" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.meldsza', module='Java-Shorcut-API', version='0.02')
)
libraryDependencies += "com.github.meldsza" % "Java-Shorcut-API" % "0.02"
[com.github.meldsza/Java-Shorcut-API "0.02"]