License |
License |
---|---|
GroupId | GroupIduk.ac.open.kmi.test-collections |
ArtifactId | ArtifactIdsws-test-collections |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSWS Test Collections
SWS Test Collections is just a convenience module capturing some of the existing SWS resources used for tests.
Some resources are provided by this module while others are automatically downloaded from the Web. The result is
packaged in a jar which enables it being reused in Java projects for development and testing purposes.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sws-test-collections-1.0.0.pom | |
sws-test-collections-1.0.0.jar | 16 MB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.ac.open.kmi.test-collections/sws-test-collections/ -->
<dependency>
<groupId>uk.ac.open.kmi.test-collections</groupId>
<artifactId>sws-test-collections</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.open.kmi.test-collections/sws-test-collections/
implementation 'uk.ac.open.kmi.test-collections:sws-test-collections:1.0.0'
// https://jarcasting.com/artifacts/uk.ac.open.kmi.test-collections/sws-test-collections/
implementation ("uk.ac.open.kmi.test-collections:sws-test-collections:1.0.0")
'uk.ac.open.kmi.test-collections:sws-test-collections:jar:1.0.0'
<dependency org="uk.ac.open.kmi.test-collections" name="sws-test-collections" rev="1.0.0">
<artifact name="sws-test-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.open.kmi.test-collections', module='sws-test-collections', version='1.0.0')
)
libraryDependencies += "uk.ac.open.kmi.test-collections" % "sws-test-collections" % "1.0.0"
[uk.ac.open.kmi.test-collections/sws-test-collections "1.0.0"]