Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.github.gsdenys |
ArtifactId | ArtifactIdjunit-server-cmis |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
junit-server-cmis-1.1.2.pom | |
junit-server-cmis-1.1.2.jar | 3 KB |
junit-server-cmis-1.1.2-sources.jar | 3 KB |
junit-server-cmis-1.1.2-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gsdenys/junit-server-cmis/ -->
<dependency>
<groupId>com.github.gsdenys</groupId>
<artifactId>junit-server-cmis</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gsdenys/junit-server-cmis/
implementation 'com.github.gsdenys:junit-server-cmis:1.1.2'
// https://jarcasting.com/artifacts/com.github.gsdenys/junit-server-cmis/
implementation ("com.github.gsdenys:junit-server-cmis:1.1.2")
'com.github.gsdenys:junit-server-cmis:jar:1.1.2'
<dependency org="com.github.gsdenys" name="junit-server-cmis" rev="1.1.2">
<artifact name="junit-server-cmis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gsdenys', module='junit-server-cmis', version='1.1.2')
)
libraryDependencies += "com.github.gsdenys" % "junit-server-cmis" % "1.1.2"
[com.github.gsdenys/junit-server-cmis "1.1.2"]