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