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