| GroupId | GroupIdcom.base4j |
|---|---|
| ArtifactId | ArtifactIdbase4j-mvc |
| Version | Version1.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| base4j-mvc-1.2.0.pom | |
| base4j-mvc-1.2.0.jar | 2 KB |
| base4j-mvc-1.2.0-sources.jar | 332 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.base4j/base4j-mvc/ -->
<dependency>
<groupId>com.base4j</groupId>
<artifactId>base4j-mvc</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.base4j/base4j-mvc/
implementation 'com.base4j:base4j-mvc:1.2.0'
// https://jarcasting.com/artifacts/com.base4j/base4j-mvc/
implementation ("com.base4j:base4j-mvc:1.2.0")
'com.base4j:base4j-mvc:jar:1.2.0'
<dependency org="com.base4j" name="base4j-mvc" rev="1.2.0">
<artifact name="base4j-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.base4j', module='base4j-mvc', version='1.2.0')
)
libraryDependencies += "com.base4j" % "base4j-mvc" % "1.2.0"
[com.base4j/base4j-mvc "1.2.0"]