Categories |
CategoriesBootique User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.nhl.bootique.mvc |
ArtifactId | ArtifactIdbootique-mvc |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
bootique-mvc-0.1.pom | |
bootique-mvc-0.1.jar | 13 KB |
bootique-mvc-0.1-sources.jar | 7 KB |
bootique-mvc-0.1-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nhl.bootique.mvc/bootique-mvc/ -->
<dependency>
<groupId>com.nhl.bootique.mvc</groupId>
<artifactId>bootique-mvc</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.nhl.bootique.mvc/bootique-mvc/
implementation 'com.nhl.bootique.mvc:bootique-mvc:0.1'
// https://jarcasting.com/artifacts/com.nhl.bootique.mvc/bootique-mvc/
implementation ("com.nhl.bootique.mvc:bootique-mvc:0.1")
'com.nhl.bootique.mvc:bootique-mvc:jar:0.1'
<dependency org="com.nhl.bootique.mvc" name="bootique-mvc" rev="0.1">
<artifact name="bootique-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nhl.bootique.mvc', module='bootique-mvc', version='0.1')
)
libraryDependencies += "com.nhl.bootique.mvc" % "bootique-mvc" % "0.1"
[com.nhl.bootique.mvc/bootique-mvc "0.1"]