| GroupId | GroupIdcom.github.beothorn |
|---|---|
| ArtifactId | ArtifactIdURISchemeHandler |
| Version | Version1.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| URISchemeHandler-1.7.pom | |
| URISchemeHandler-1.7.jar | 11 KB |
| URISchemeHandler-1.7-sources.jar | 5 KB |
| URISchemeHandler-1.7-javadoc.jar | 68 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.beothorn/URISchemeHandler/ -->
<dependency>
<groupId>com.github.beothorn</groupId>
<artifactId>URISchemeHandler</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.beothorn/URISchemeHandler/
implementation 'com.github.beothorn:URISchemeHandler:1.7'
// https://jarcasting.com/artifacts/com.github.beothorn/URISchemeHandler/
implementation ("com.github.beothorn:URISchemeHandler:1.7")
'com.github.beothorn:URISchemeHandler:jar:1.7'
<dependency org="com.github.beothorn" name="URISchemeHandler" rev="1.7">
<artifact name="URISchemeHandler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.beothorn', module='URISchemeHandler', version='1.7')
)
libraryDependencies += "com.github.beothorn" % "URISchemeHandler" % "1.7"
[com.github.beothorn/URISchemeHandler "1.7"]