GroupId | GroupIdorg.beangle.commons |
---|---|
ArtifactId | ArtifactIdbeangle-commons-web |
Version | Version3.4.11 |
Type | Typejar |
Filename | Size |
---|---|
beangle-commons-web-3.4.11.pom | |
beangle-commons-web-3.4.11.jar | 73 KB |
beangle-commons-web-3.4.11-sources.jar | 64 KB |
beangle-commons-web-3.4.11-javadoc.jar | 400 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.beangle.commons/beangle-commons-web/ -->
<dependency>
<groupId>org.beangle.commons</groupId>
<artifactId>beangle-commons-web</artifactId>
<version>3.4.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.beangle.commons/beangle-commons-web/
implementation 'org.beangle.commons:beangle-commons-web:3.4.11'
// https://jarcasting.com/artifacts/org.beangle.commons/beangle-commons-web/
implementation ("org.beangle.commons:beangle-commons-web:3.4.11")
'org.beangle.commons:beangle-commons-web:jar:3.4.11'
<dependency org="org.beangle.commons" name="beangle-commons-web" rev="3.4.11">
<artifact name="beangle-commons-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beangle.commons', module='beangle-commons-web', version='3.4.11')
)
libraryDependencies += "org.beangle.commons" % "beangle-commons-web" % "3.4.11"
[org.beangle.commons/beangle-commons-web "3.4.11"]