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