GroupId | GroupIdcom.github.edgarespina |
---|---|
ArtifactId | ArtifactIdmwa-mvc |
Version | Version0.2.5 |
Type | Typejar |
Filename | Size |
---|---|
mwa-mvc-0.2.5.pom | |
mwa-mvc-0.2.5.jar | 12 KB |
mwa-mvc-0.2.5-sources.jar | 7 KB |
mwa-mvc-0.2.5-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.edgarespina/mwa-mvc/ -->
<dependency>
<groupId>com.github.edgarespina</groupId>
<artifactId>mwa-mvc</artifactId>
<version>0.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.edgarespina/mwa-mvc/
implementation 'com.github.edgarespina:mwa-mvc:0.2.5'
// https://jarcasting.com/artifacts/com.github.edgarespina/mwa-mvc/
implementation ("com.github.edgarespina:mwa-mvc:0.2.5")
'com.github.edgarespina:mwa-mvc:jar:0.2.5'
<dependency org="com.github.edgarespina" name="mwa-mvc" rev="0.2.5">
<artifact name="mwa-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.edgarespina', module='mwa-mvc', version='0.2.5')
)
libraryDependencies += "com.github.edgarespina" % "mwa-mvc" % "0.2.5"
[com.github.edgarespina/mwa-mvc "0.2.5"]