не последняя версия
Последняя версия 2.0.0

com.github.beothorn:URISchemeHandler 1.5

A Java library to open and register applications with a URI scheme.

Группа

Группа

com.github.beothorn
Идентификатор

Идентификатор

URISchemeHandler
Версия

Версия

1.5
Тип

Тип

jar

Скачать URISchemeHandler 1.5


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