GroupId | GroupIdcom.github.robtimus |
---|---|
ArtifactId | ArtifactIdfs-core |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
fs-core-2.0.pom | |
fs-core-2.0.jar | 48 KB |
fs-core-2.0-sources.jar | 34 KB |
fs-core-2.0-javadoc.jar | 183 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.robtimus/fs-core/ -->
<dependency>
<groupId>com.github.robtimus</groupId>
<artifactId>fs-core</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robtimus/fs-core/
implementation 'com.github.robtimus:fs-core:2.0'
// https://jarcasting.com/artifacts/com.github.robtimus/fs-core/
implementation ("com.github.robtimus:fs-core:2.0")
'com.github.robtimus:fs-core:jar:2.0'
<dependency org="com.github.robtimus" name="fs-core" rev="2.0">
<artifact name="fs-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robtimus', module='fs-core', version='2.0')
)
libraryDependencies += "com.github.robtimus" % "fs-core" % "2.0"
[com.github.robtimus/fs-core "2.0"]