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