| GroupId | GroupIdorg.oneboot.core |
|---|---|
| ArtifactId | ArtifactIdoneboot-mvc |
| Version | Version0.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| oneboot-mvc-0.0.3.pom | |
| oneboot-mvc-0.0.3.jar | 48 KB |
| oneboot-mvc-0.0.3-sources.jar | 39 KB |
| oneboot-mvc-0.0.3-javadoc.jar | 172 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.oneboot.core/oneboot-mvc/ -->
<dependency>
<groupId>org.oneboot.core</groupId>
<artifactId>oneboot-mvc</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.oneboot.core/oneboot-mvc/
implementation 'org.oneboot.core:oneboot-mvc:0.0.3'
// https://jarcasting.com/artifacts/org.oneboot.core/oneboot-mvc/
implementation ("org.oneboot.core:oneboot-mvc:0.0.3")
'org.oneboot.core:oneboot-mvc:jar:0.0.3'
<dependency org="org.oneboot.core" name="oneboot-mvc" rev="0.0.3">
<artifact name="oneboot-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.oneboot.core', module='oneboot-mvc', version='0.0.3')
)
libraryDependencies += "org.oneboot.core" % "oneboot-mvc" % "0.0.3"
[org.oneboot.core/oneboot-mvc "0.0.3"]