| GroupId | GroupIdcom.github.abarhub.filerw |
|---|---|
| ArtifactId | ArtifactIdfilerw |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| filerw-0.1.0.pom | |
| filerw-0.1.0.jar | 25 KB |
| filerw-0.1.0-sources.jar | 18 KB |
| filerw-0.1.0-javadoc.jar | 100 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.abarhub.filerw/filerw/ -->
<dependency>
<groupId>com.github.abarhub.filerw</groupId>
<artifactId>filerw</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.abarhub.filerw/filerw/
implementation 'com.github.abarhub.filerw:filerw:0.1.0'
// https://jarcasting.com/artifacts/com.github.abarhub.filerw/filerw/
implementation ("com.github.abarhub.filerw:filerw:0.1.0")
'com.github.abarhub.filerw:filerw:jar:0.1.0'
<dependency org="com.github.abarhub.filerw" name="filerw" rev="0.1.0">
<artifact name="filerw" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.abarhub.filerw', module='filerw', version='0.1.0')
)
libraryDependencies += "com.github.abarhub.filerw" % "filerw" % "0.1.0"
[com.github.abarhub.filerw/filerw "0.1.0"]