| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.houbb |
| Идентификатор | Идентификаторmvc-demo |
| Последняя версия | Последняя версия0.0.1 |
| Дата | Дата |
| Тип | Типwar |
| Описание |
Описаниеmvc(2018-01-19 20:32:17)
|
| Имя Файла | Размер |
|---|---|
| mvc-demo-0.0.1.pom | |
| mvc-demo-0.0.1.war | 765 KB |
| mvc-demo-0.0.1-sources.jar | 4 KB |
| mvc-demo-0.0.1-javadoc.jar | 71 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.houbb/mvc-demo/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>mvc-demo</artifactId>
<version>0.0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/mvc-demo/
implementation 'com.github.houbb:mvc-demo:0.0.1'
// https://jarcasting.com/artifacts/com.github.houbb/mvc-demo/
implementation ("com.github.houbb:mvc-demo:0.0.1")
'com.github.houbb:mvc-demo:war:0.0.1'
<dependency org="com.github.houbb" name="mvc-demo" rev="0.0.1">
<artifact name="mvc-demo" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='mvc-demo', version='0.0.1')
)
libraryDependencies += "com.github.houbb" % "mvc-demo" % "0.0.1"
[com.github.houbb/mvc-demo "0.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.houbb : mvc-core | jar | 0.0.1 |
| com.github.houbb : log-integration | jar | 1.1.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |