| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.houbb |
| Идентификатор | Идентификаторmvc-core |
| Версия | Версия0.0.2 |
| Тип | Типjar |
| Описание |
ОписаниеThe mvc framework for java.
|
| Имя Файла | Размер |
|---|---|
| mvc-core-0.0.2.pom | |
| mvc-core-0.0.2.jar | 7 KB |
| mvc-core-0.0.2-sources.jar | 4 KB |
| mvc-core-0.0.2-javadoc.jar | 45 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.houbb/mvc-core/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>mvc-core</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/mvc-core/
implementation 'com.github.houbb:mvc-core:0.0.2'
// https://jarcasting.com/artifacts/com.github.houbb/mvc-core/
implementation ("com.github.houbb:mvc-core:0.0.2")
'com.github.houbb:mvc-core:jar:0.0.2'
<dependency org="com.github.houbb" name="mvc-core" rev="0.0.2">
<artifact name="mvc-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='mvc-core', version='0.0.2')
)
libraryDependencies += "com.github.houbb" % "mvc-core" % "0.0.2"
[com.github.houbb/mvc-core "0.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.houbb : mvc-annotation | jar | 0.0.2 |
| com.github.houbb : heaven | jar | 0.1.105 |
| com.github.houbb : asm-tool | jar | 0.0.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.0.1 |