| License |
License |
|---|---|
| Categories |
Categoriesconfig Application Layer Libs Configuration |
| GroupId | GroupIdcom.appcrossings.config |
| ArtifactId | ArtifactIdappconfig-tests |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionIntegration Tests for AppConfig
Universal pom for all appcrossings applications
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| appconfig-tests-1.0.0.pom | |
| appconfig-tests-1.0.0.jar | 24 MB |
| appconfig-tests-1.0.0-sources.jar | 3 KB |
| appconfig-tests-1.0.0-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.appcrossings.config/appconfig-tests/ -->
<dependency>
<groupId>com.appcrossings.config</groupId>
<artifactId>appconfig-tests</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.appcrossings.config/appconfig-tests/
implementation 'com.appcrossings.config:appconfig-tests:1.0.0'
// https://jarcasting.com/artifacts/com.appcrossings.config/appconfig-tests/
implementation ("com.appcrossings.config:appconfig-tests:1.0.0")
'com.appcrossings.config:appconfig-tests:jar:1.0.0'
<dependency org="com.appcrossings.config" name="appconfig-tests" rev="1.0.0">
<artifact name="appconfig-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.appcrossings.config', module='appconfig-tests', version='1.0.0')
)
libraryDependencies += "com.appcrossings.config" % "appconfig-tests" % "1.0.0"
[com.appcrossings.config/appconfig-tests "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.appcrossings.config : appconfig-client | jar | 1.0.1 |
| com.appcrossings.config : appconfig-service | jar | 1.0.1 |
| org.slf4j : slf4j-api | jar | |
| ch.qos.logback : logback-classic | jar | |
| com.google.guava : guava | jar | 18.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.9.10 |
| org.mockito : mockito-all | jar | 1.9.5 |
| org.springframework : spring-test | jar |