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