| GroupId | GroupIdorg.bremersee |
|---|---|
| ArtifactId | ArtifactIdcommon-base-webmvc |
| Version | Version2.2.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| common-base-webmvc-2.2.3.pom | |
| common-base-webmvc-2.2.3.jar | 14 KB |
| common-base-webmvc-2.2.3-sources.jar | 8 KB |
| common-base-webmvc-2.2.3-javadoc.jar | 390 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.bremersee/common-base-webmvc/ -->
<dependency>
<groupId>org.bremersee</groupId>
<artifactId>common-base-webmvc</artifactId>
<version>2.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.bremersee/common-base-webmvc/
implementation 'org.bremersee:common-base-webmvc:2.2.3'
// https://jarcasting.com/artifacts/org.bremersee/common-base-webmvc/
implementation ("org.bremersee:common-base-webmvc:2.2.3")
'org.bremersee:common-base-webmvc:jar:2.2.3'
<dependency org="org.bremersee" name="common-base-webmvc" rev="2.2.3">
<artifact name="common-base-webmvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bremersee', module='common-base-webmvc', version='2.2.3')
)
libraryDependencies += "org.bremersee" % "common-base-webmvc" % "2.2.3"
[org.bremersee/common-base-webmvc "2.2.3"]