Files download
File Operation
core-microservice-3.0.4.jar download
core-microservice-3.0.4.pom download
core-microservice-3.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.pacificwebconsulting.core</groupId>
  <artifactId>core-microservice</artifactId>
  <version>3.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.pacificwebconsulting.core:core-microservice:3.0.4'
Gradle Kotlin
implementation("com.pacificwebconsulting.core:core-microservice:3.0.4")
Scala SBT
libraryDependencies += "com.pacificwebconsulting.core" % "core-microservice" % "3.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.pacificwebconsulting.core', module='core-microservice', version='3.0.4')
)
Apache Ivy
<dependency org="com.pacificwebconsulting.core" name="core-microservice" rev="3.0.4" />
Leiningen
[com.pacificwebconsulting.core/core-microservice "3.0.4"]
Apache Buildr
'com.pacificwebconsulting.core:core-microservice:jar:3.0.4'
Dependencies

compile

|-- com.browserstack:automate-client-java:0.4

|-- com.experitest:visual:0.10

|-- com.fasterxml.jackson.core:jackson-core:2.10.0.pr1

|-- com.fasterxml.jackson.core:jackson-databind:2.10.0.pr1

|-- com.google.code.gson:gson:2.8.9

|-- com.hp.gagawa:gagawa:1.0.1

|-- com.jayway.restassured:json-path:2.9.0

|-- com.jayway.restassured:xml-path:2.9.0

|-- com.pacificwebconsulting.assertion:assertion-microservice:1.0.5

|-- com.pacificwebconsulting.logging:logging-microservice:1.0.9

|-- com.saucelabs:sauce_java_common:2.1.23

|-- com.saucelabs:saucerest:1.0.35

|-- commons-httpclient:commons-httpclient:3.1

|-- io.appium:java-client:8.5.1

|-- io.netty:netty-all:4.1.72.Final

|-- junit:junit:4.13.2

|-- net.bytebuddy:byte-buddy:1.7.7

|-- net.lightbody.bmp:browsermob-core:2.1.5

|-- org.apache.commons:commons-dbcp2:2.0

|-- org.apache.poi:poi-ooxml:3.15

|-- org.bitbucket.mstrobel:procyon-compilertools:0.6.0

|-- org.javatuples:javatuples:1.2

|-- org.jsoup:jsoup:1.15.3

|-- org.mongodb:mongodb-driver:3.0.2

|-- org.projectlombok:lombok:1.18.4

|-- org.seleniumhq.selenium:selenium-api:4.19.1

|-- org.seleniumhq.selenium:selenium-chrome-driver:4.19.1

|-- org.seleniumhq.selenium:selenium-devtools-${selenium-devtools.artifactId}:4.19.1

|-- org.seleniumhq.selenium:selenium-edge-driver:4.19.1

|-- org.seleniumhq.selenium:selenium-firefox-driver:4.19.1

|-- org.seleniumhq.selenium:selenium-ie-driver:4.19.1

|-- org.seleniumhq.selenium:selenium-java:4.19.1

|-- org.seleniumhq.selenium:selenium-remote-driver:4.19.1

|-- org.seleniumhq.selenium:selenium-safari-driver:4.19.1

|-- org.seleniumhq.selenium:selenium-support:4.19.1

|-- org.springframework:spring-beans:5.1.0.RELEASE

|-- org.springframework:spring-context:5.1.0.RELEASE

|-- org.springframework:spring-core:5.1.0.RELEASE

|-- org.springframework:spring-expression:5.1.0.RELEASE

|-- org.springframework:spring-jdbc:5.1.0.RELEASE

|-- org.springframework:spring-test:5.1.0.RELEASE

|-- org.springframework.data:spring-data-mongodb:1.2.0.RELEASE

|-- org.springframework.security:spring-security-core:5.1.0.RELEASE

|-- org.testng:testng:6.9.8

|-- org.uiautomation:ios-server:0.6.2

|-- xml-apis:xml-apis:1.4.01

test

|-- org.mockito:mockito-core:1.10.19