GroupId | GroupIdio.github.icodegarden |
---|---|
ArtifactId | ArtifactIdcommons-nio-test |
Version | Version0.1.5 |
Type | Typejar |
Filename | Size |
---|---|
commons-nio-test-0.1.5.pom | |
commons-nio-test-0.1.5.jar | 18 KB |
commons-nio-test-0.1.5-sources.jar | 9 KB |
commons-nio-test-0.1.5-javadoc.jar | 154 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.icodegarden/commons-nio-test/ -->
<dependency>
<groupId>io.github.icodegarden</groupId>
<artifactId>commons-nio-test</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.icodegarden/commons-nio-test/
implementation 'io.github.icodegarden:commons-nio-test:0.1.5'
// https://jarcasting.com/artifacts/io.github.icodegarden/commons-nio-test/
implementation ("io.github.icodegarden:commons-nio-test:0.1.5")
'io.github.icodegarden:commons-nio-test:jar:0.1.5'
<dependency org="io.github.icodegarden" name="commons-nio-test" rev="0.1.5">
<artifact name="commons-nio-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.icodegarden', module='commons-nio-test', version='0.1.5')
)
libraryDependencies += "io.github.icodegarden" % "commons-nio-test" % "0.1.5"
[io.github.icodegarden/commons-nio-test "0.1.5"]