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