GroupId | GroupIdorg.bremersee |
---|---|
ArtifactId | ArtifactIdcommon-base-webmvc |
Version | Version2.2.2 |
Type | Typejar |
Filename | Size |
---|---|
common-base-webmvc-2.2.2.pom | |
common-base-webmvc-2.2.2.jar | 14 KB |
common-base-webmvc-2.2.2-sources.jar | 8 KB |
common-base-webmvc-2.2.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.bremersee/common-base-webmvc/
implementation 'org.bremersee:common-base-webmvc:2.2.2'
// https://jarcasting.com/artifacts/org.bremersee/common-base-webmvc/
implementation ("org.bremersee:common-base-webmvc:2.2.2")
'org.bremersee:common-base-webmvc:jar:2.2.2'
<dependency org="org.bremersee" name="common-base-webmvc" rev="2.2.2">
<artifact name="common-base-webmvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bremersee', module='common-base-webmvc', version='2.2.2')
)
libraryDependencies += "org.bremersee" % "common-base-webmvc" % "2.2.2"
[org.bremersee/common-base-webmvc "2.2.2"]