License |
License |
---|---|
GroupId | GroupIdio.github.icodegarden |
ArtifactId | ArtifactIdcommons-nio |
Version | Version0.0.2 |
Type | Typepom |
Description |
Descriptioncommons-nio
common util codes
|
Filename | Size |
---|---|
commons-nio-0.0.2.pom | 751 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.icodegarden/commons-nio/ -->
<dependency>
<groupId>io.github.icodegarden</groupId>
<artifactId>commons-nio</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.icodegarden/commons-nio/
implementation 'io.github.icodegarden:commons-nio:0.0.2'
// https://jarcasting.com/artifacts/io.github.icodegarden/commons-nio/
implementation ("io.github.icodegarden:commons-nio:0.0.2")
'io.github.icodegarden:commons-nio:pom:0.0.2'
<dependency org="io.github.icodegarden" name="commons-nio" rev="0.0.2">
<artifact name="commons-nio" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.icodegarden', module='commons-nio', version='0.0.2')
)
libraryDependencies += "io.github.icodegarden" % "commons-nio" % "0.0.2"
[io.github.icodegarden/commons-nio "0.0.2"]