| GroupId | GroupIdorg.nofdev |
|---|---|
| ArtifactId | ArtifactIdservice-host-mvc |
| Version | Version1.0.9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| service-host-mvc-1.0.9.pom | |
| service-host-mvc-1.0.9.jar | 21 KB |
| service-host-mvc-1.0.9-sources.jar | 7 KB |
| service-host-mvc-1.0.9-javadoc.jar | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.nofdev/service-host-mvc/ -->
<dependency>
<groupId>org.nofdev</groupId>
<artifactId>service-host-mvc</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.nofdev/service-host-mvc/
implementation 'org.nofdev:service-host-mvc:1.0.9'
// https://jarcasting.com/artifacts/org.nofdev/service-host-mvc/
implementation ("org.nofdev:service-host-mvc:1.0.9")
'org.nofdev:service-host-mvc:jar:1.0.9'
<dependency org="org.nofdev" name="service-host-mvc" rev="1.0.9">
<artifact name="service-host-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nofdev', module='service-host-mvc', version='1.0.9')
)
libraryDependencies += "org.nofdev" % "service-host-mvc" % "1.0.9"
[org.nofdev/service-host-mvc "1.0.9"]