| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаcom.github.gsdenys |
| Идентификатор | Идентификаторjunit-server-cmis |
| Последняя версия | Последняя версия2.0.0-beta |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjunit-server-cmis
A simple way to start a cmis server in memory for JUnit TestCase
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| junit-server-cmis-2.0.0-beta.pom | |
| junit-server-cmis-2.0.0-beta.jar | 20 KB |
| junit-server-cmis-2.0.0-beta-sources.jar | 18 KB |
| junit-server-cmis-2.0.0-beta-javadoc.jar | 81 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.gsdenys/junit-server-cmis/ -->
<dependency>
<groupId>com.github.gsdenys</groupId>
<artifactId>junit-server-cmis</artifactId>
<version>2.0.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gsdenys/junit-server-cmis/
implementation 'com.github.gsdenys:junit-server-cmis:2.0.0-beta'
// https://jarcasting.com/artifacts/com.github.gsdenys/junit-server-cmis/
implementation ("com.github.gsdenys:junit-server-cmis:2.0.0-beta")
'com.github.gsdenys:junit-server-cmis:jar:2.0.0-beta'
<dependency org="com.github.gsdenys" name="junit-server-cmis" rev="2.0.0-beta">
<artifact name="junit-server-cmis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gsdenys', module='junit-server-cmis', version='2.0.0-beta')
)
libraryDependencies += "com.github.gsdenys" % "junit-server-cmis" % "2.0.0-beta"
[com.github.gsdenys/junit-server-cmis "2.0.0-beta"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.eclipse.jetty : jetty-server | jar | 9.4.0.v20161208 |
| org.eclipse.jetty : jetty-webapp | jar | 9.4.0.v20161208 |
| org.apache.chemistry.opencmis : chemistry-opencmis-server-inmemory | war | 1.0.0 |
| org.apache.chemistry.opencmis : chemistry-opencmis-commons-api | jar | 1.0.0 |
| org.apache.chemistry.opencmis : chemistry-opencmis-commons-impl | jar | 1.0.0 |
| com.googlecode.json-simple : json-simple | jar | 1.1.1 |
| org.apache.chemistry.opencmis : chemistry-opencmis-client-impl | jar | 1.0.0 |