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