Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.github.gsdenys |
ArtifactId | ArtifactIdjunit-server-cmis |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
junit-server-cmis-1.1.1.pom | |
junit-server-cmis-1.1.1.jar | 3 KB |
junit-server-cmis-1.1.1-sources.jar | 3 KB |
junit-server-cmis-1.1.1-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.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"]