GroupId | GroupIdcom.cedarsoft.commons |
---|---|
ArtifactId | ArtifactIdfile |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
file-3.0.1.pom | |
file-3.0.1.jar | 18 KB |
file-3.0.1-tests.jar | 10 KB |
file-3.0.1-sources.jar | 14 KB |
file-3.0.1-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/file/ -->
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>file</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/file/
implementation 'com.cedarsoft.commons:file:3.0.1'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/file/
implementation ("com.cedarsoft.commons:file:3.0.1")
'com.cedarsoft.commons:file:jar:3.0.1'
<dependency org="com.cedarsoft.commons" name="file" rev="3.0.1">
<artifact name="file" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='file', version='3.0.1')
)
libraryDependencies += "com.cedarsoft.commons" % "file" % "3.0.1"
[com.cedarsoft.commons/file "3.0.1"]