| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdcom.github.gsdenys |
| ArtifactId | ArtifactIdjunit-server-cmis |
| Last Version | Last Version2.0.0-beta |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjunit-server-cmis
A simple way to start a cmis server in memory for JUnit TestCase
|
| Project URL |
Project URL |
<!-- 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"]