| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.beothorn |
| Идентификатор | ИдентификаторURISchemeHandler |
| Версия | Версия2.0.0 |
| Тип | Типjar |
| Описание |
ОписаниеURISchemeHandler
A Java library to open and register applications with a URI scheme.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| URISchemeHandler-2.0.0.pom | |
| URISchemeHandler-2.0.0.jar | 12 KB |
| URISchemeHandler-2.0.0-sources.jar | 6 KB |
| URISchemeHandler-2.0.0-javadoc.jar | 404 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-io | jar | 1.3.2 |
| org.apache.commons : commons-lang3 | jar | 3.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |