| GroupId | GroupIdorg.nofdev |
|---|---|
| ArtifactId | ArtifactIdservice-host-mvc |
| Version | Version1.1.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| service-host-mvc-1.1.1.pom | |
| service-host-mvc-1.1.1.jar | 2 KB |
| service-host-mvc-1.1.1-sources.jar | 8 KB |
| service-host-mvc-1.1.1-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.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.nofdev/service-host-mvc/
implementation 'org.nofdev:service-host-mvc:1.1.1'
// https://jarcasting.com/artifacts/org.nofdev/service-host-mvc/
implementation ("org.nofdev:service-host-mvc:1.1.1")
'org.nofdev:service-host-mvc:pom:1.1.1'
<dependency org="org.nofdev" name="service-host-mvc" rev="1.1.1">
<artifact name="service-host-mvc" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.nofdev', module='service-host-mvc', version='1.1.1')
)
libraryDependencies += "org.nofdev" % "service-host-mvc" % "1.1.1"
[org.nofdev/service-host-mvc "1.1.1"]