License |
License |
---|---|
GroupId | GroupIdcom.github.beothorn |
ArtifactId | ArtifactIdURISchemelHandler |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionURISchemeHandler
A Java library to open and register applications with a URI scheme.
|
Filename | Size |
---|---|
URISchemelHandler-1.4.pom | |
URISchemelHandler-1.4.jar | 10 KB |
URISchemelHandler-1.4-sources.jar | 5 KB |
URISchemelHandler-1.4-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.beothorn/URISchemelHandler/ -->
<dependency>
<groupId>com.github.beothorn</groupId>
<artifactId>URISchemelHandler</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.beothorn/URISchemelHandler/
implementation 'com.github.beothorn:URISchemelHandler:1.4'
// https://jarcasting.com/artifacts/com.github.beothorn/URISchemelHandler/
implementation ("com.github.beothorn:URISchemelHandler:1.4")
'com.github.beothorn:URISchemelHandler:jar:1.4'
<dependency org="com.github.beothorn" name="URISchemelHandler" rev="1.4">
<artifact name="URISchemelHandler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.beothorn', module='URISchemelHandler', version='1.4')
)
libraryDependencies += "com.github.beothorn" % "URISchemelHandler" % "1.4"
[com.github.beothorn/URISchemelHandler "1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-io | jar | 1.3.2 |
org.apache.commons : commons-lang3 | jar | 3.1 |