Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.igor-suhorukov |
ArtifactId | ArtifactIdurl-stream-handler-provider |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.igor-suhorukov/url-stream-handler-provider/ -->
<dependency>
<groupId>com.github.igor-suhorukov</groupId>
<artifactId>url-stream-handler-provider</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.igor-suhorukov/url-stream-handler-provider/
implementation 'com.github.igor-suhorukov:url-stream-handler-provider:1.2'
// https://jarcasting.com/artifacts/com.github.igor-suhorukov/url-stream-handler-provider/
implementation ("com.github.igor-suhorukov:url-stream-handler-provider:1.2")
'com.github.igor-suhorukov:url-stream-handler-provider:jar:1.2'
<dependency org="com.github.igor-suhorukov" name="url-stream-handler-provider" rev="1.2">
<artifact name="url-stream-handler-provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.igor-suhorukov', module='url-stream-handler-provider', version='1.2')
)
libraryDependencies += "com.github.igor-suhorukov" % "url-stream-handler-provider" % "1.2"
[com.github.igor-suhorukov/url-stream-handler-provider "1.2"]