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