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