This multi-project build contains:
- Common classes and interfaces for the MWS plugin framework and developed plugin types (commons)
- Classes and annotations to be used to test developed plugin types (testing)
License |
License |
---|---|
GroupId | GroupIdcom.adaptc.mws |
ArtifactId | ArtifactIdplugins-testing |
Last Version | Last Version1.3-1548376171 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMWS Plugins Testing
Classes and annotations used in testing MWS plugin projects using the plugin SDK.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.adaptc.mws/plugins-testing/ -->
<dependency>
<groupId>com.adaptc.mws</groupId>
<artifactId>plugins-testing</artifactId>
<version>1.3-1548376171</version>
</dependency>
// https://jarcasting.com/artifacts/com.adaptc.mws/plugins-testing/
implementation 'com.adaptc.mws:plugins-testing:1.3-1548376171'
// https://jarcasting.com/artifacts/com.adaptc.mws/plugins-testing/
implementation ("com.adaptc.mws:plugins-testing:1.3-1548376171")
'com.adaptc.mws:plugins-testing:jar:1.3-1548376171'
<dependency org="com.adaptc.mws" name="plugins-testing" rev="1.3-1548376171">
<artifact name="plugins-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adaptc.mws', module='plugins-testing', version='1.3-1548376171')
)
libraryDependencies += "com.adaptc.mws" % "plugins-testing" % "1.3-1548376171"
[com.adaptc.mws/plugins-testing "1.3-1548376171"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
org.springframework : spring-core | jar | 3.1.0.RELEASE |
com.adaptc.mws : plugins-commons | jar | 1.3-1548376171 |
commons-lang : commons-lang | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
org.objenesis : objenesis | jar | 1.2 |
org.spockframework : spock-core | jar | 0.7-groovy-1.8 |
cglib : cglib-nodep | jar | 2.2.2 |
This multi-project build contains: