Categories |
CategoriesSpring MVC User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.complate |
ArtifactId | ArtifactIdcomplate-spring-mvc |
Version | Version0.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.complate/complate-spring-mvc/ -->
<dependency>
<groupId>com.github.complate</groupId>
<artifactId>complate-spring-mvc</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.complate/complate-spring-mvc/
implementation 'com.github.complate:complate-spring-mvc:0.2.0'
// https://jarcasting.com/artifacts/com.github.complate/complate-spring-mvc/
implementation ("com.github.complate:complate-spring-mvc:0.2.0")
'com.github.complate:complate-spring-mvc:jar:0.2.0'
<dependency org="com.github.complate" name="complate-spring-mvc" rev="0.2.0">
<artifact name="complate-spring-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.complate', module='complate-spring-mvc', version='0.2.0')
)
libraryDependencies += "com.github.complate" % "complate-spring-mvc" % "0.2.0"
[com.github.complate/complate-spring-mvc "0.2.0"]