GroupId | GroupIdorg.anyboot |
---|---|
ArtifactId | ArtifactIdanyboot-mvc |
Version | Version8.5.3.2312-20220525 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.anyboot/anyboot-mvc/ -->
<dependency>
<groupId>org.anyboot</groupId>
<artifactId>anyboot-mvc</artifactId>
<version>8.5.3.2312-20220525</version>
</dependency>
// https://jarcasting.com/artifacts/org.anyboot/anyboot-mvc/
implementation 'org.anyboot:anyboot-mvc:8.5.3.2312-20220525'
// https://jarcasting.com/artifacts/org.anyboot/anyboot-mvc/
implementation ("org.anyboot:anyboot-mvc:8.5.3.2312-20220525")
'org.anyboot:anyboot-mvc:jar:8.5.3.2312-20220525'
<dependency org="org.anyboot" name="anyboot-mvc" rev="8.5.3.2312-20220525">
<artifact name="anyboot-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.anyboot', module='anyboot-mvc', version='8.5.3.2312-20220525')
)
libraryDependencies += "org.anyboot" % "anyboot-mvc" % "8.5.3.2312-20220525"
[org.anyboot/anyboot-mvc "8.5.3.2312-20220525"]