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-commons |
Last Version | Last Version1.3-1548376171 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMWS Plugins Commons
Interfaces and classes that comprise the base of any MWS plugin.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.adaptc.mws/plugins-commons/ -->
<dependency>
<groupId>com.adaptc.mws</groupId>
<artifactId>plugins-commons</artifactId>
<version>1.3-1548376171</version>
</dependency>
// https://jarcasting.com/artifacts/com.adaptc.mws/plugins-commons/
implementation 'com.adaptc.mws:plugins-commons:1.3-1548376171'
// https://jarcasting.com/artifacts/com.adaptc.mws/plugins-commons/
implementation ("com.adaptc.mws:plugins-commons:1.3-1548376171")
'com.adaptc.mws:plugins-commons:jar:1.3-1548376171'
<dependency org="com.adaptc.mws" name="plugins-commons" rev="1.3-1548376171">
<artifact name="plugins-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adaptc.mws', module='plugins-commons', version='1.3-1548376171')
)
libraryDependencies += "com.adaptc.mws" % "plugins-commons" % "1.3-1548376171"
[com.adaptc.mws/plugins-commons "1.3-1548376171"]
Group / Artifact | Type | Version |
---|---|---|
ca.juliusdavies : not-yet-commons-ssl | jar | 0.3.11 |
net.sf.json-lib : json-lib | jar | 2.4 |
commons-logging : commons-logging | jar | 1.1.1 |
org.springframework : spring-context | jar | 3.1.0.RELEASE |
joda-time : joda-time | jar | 2.1 |
org.codehaus.groovy.modules.http-builder : http-builder | jar | 0.6 |
org.springframework : spring-test | jar | 3.1.0.RELEASE |
javax.servlet : servlet-api | jar | 2.4 |
org.codehaus.groovy : groovy | jar | 1.8.6 |
Group / Artifact | Type | Version |
---|---|---|
org.spockframework : spock-core | jar | 0.7-groovy-1.8 |
This multi-project build contains: