is not current version
Last Version 2.0.0-beta

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

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.0.0
Type

Type

jar

Download junit-server-cmis 1.0.0


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