is not current version
Last Version 2.0.0-beta

com.github.gsdenys:junit-server-cmis 0.0.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

0.0.1
Type

Type

jar

Download junit-server-cmis 0.0.1


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