is not current version
Last Version 2.0.0-beta

com.github.gsdenys:junit-server-cmis 0.0.2

A simple way to start a cmis server in memory for JUnit TestCase

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.gsdenys
ArtifactId

ArtifactId

junit-server-cmis
Version

Version

0.0.2
Type

Type

jar

Download junit-server-cmis 0.0.2


<!-- https://jarcasting.com/artifacts/com.github.gsdenys/junit-server-cmis/ -->
<dependency>
    <groupId>com.github.gsdenys</groupId>
    <artifactId>junit-server-cmis</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gsdenys/junit-server-cmis/
implementation 'com.github.gsdenys:junit-server-cmis:0.0.2'
// https://jarcasting.com/artifacts/com.github.gsdenys/junit-server-cmis/
implementation ("com.github.gsdenys:junit-server-cmis:0.0.2")
'com.github.gsdenys:junit-server-cmis:jar:0.0.2'
<dependency org="com.github.gsdenys" name="junit-server-cmis" rev="0.0.2">
  <artifact name="junit-server-cmis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gsdenys', module='junit-server-cmis', version='0.0.2')
)
libraryDependencies += "com.github.gsdenys" % "junit-server-cmis" % "0.0.2"
[com.github.gsdenys/junit-server-cmis "0.0.2"]