GroupId | GroupIdorg.beangle.commons |
---|---|
ArtifactId | ArtifactIdbeangle-commons-file_2.13 |
Version | Version5.1.13 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.beangle.commons/beangle-commons-file_2.13/ -->
<dependency>
<groupId>org.beangle.commons</groupId>
<artifactId>beangle-commons-file_2.13</artifactId>
<version>5.1.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.beangle.commons/beangle-commons-file_2.13/
implementation 'org.beangle.commons:beangle-commons-file_2.13:5.1.13'
// https://jarcasting.com/artifacts/org.beangle.commons/beangle-commons-file_2.13/
implementation ("org.beangle.commons:beangle-commons-file_2.13:5.1.13")
'org.beangle.commons:beangle-commons-file_2.13:jar:5.1.13'
<dependency org="org.beangle.commons" name="beangle-commons-file_2.13" rev="5.1.13">
<artifact name="beangle-commons-file_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beangle.commons', module='beangle-commons-file_2.13', version='5.1.13')
)
libraryDependencies += "org.beangle.commons" % "beangle-commons-file_2.13" % "5.1.13"
[org.beangle.commons/beangle-commons-file_2.13 "5.1.13"]