is not current version
Last Version 2.0.0-beta

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

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

1.1.1
Type

Type

jar

Download junit-server-cmis 1.1.1


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