GroupId | GroupIdorg.codelabor |
---|---|
ArtifactId | ArtifactIdcodelabor-system-file |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
codelabor-system-file-2.0.0.pom | |
codelabor-system-file-2.0.0.jar | 57 KB |
codelabor-system-file-2.0.0-sources.jar | 51 KB |
codelabor-system-file-2.0.0-javadoc.jar | 249 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codelabor/codelabor-system-file/ -->
<dependency>
<groupId>org.codelabor</groupId>
<artifactId>codelabor-system-file</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codelabor/codelabor-system-file/
implementation 'org.codelabor:codelabor-system-file:2.0.0'
// https://jarcasting.com/artifacts/org.codelabor/codelabor-system-file/
implementation ("org.codelabor:codelabor-system-file:2.0.0")
'org.codelabor:codelabor-system-file:jar:2.0.0'
<dependency org="org.codelabor" name="codelabor-system-file" rev="2.0.0">
<artifact name="codelabor-system-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codelabor', module='codelabor-system-file', version='2.0.0')
)
libraryDependencies += "org.codelabor" % "codelabor-system-file" % "2.0.0"
[org.codelabor/codelabor-system-file "2.0.0"]