License |
License
Apache Software Licenese
|
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdio.oasp.java.modules |
ArtifactId | ArtifactIdoasp4j-test |
Version | Version3.0.0 |
Type | Typejar |
Description |
Descriptionoasp4j-test
Module with code and configuration for tests of the Open Application Standard Platform for Java (OASP4J).
|
Project Organization |
Project OrganizationOASP-Team |
Filename | Size |
---|---|
oasp4j-test-3.0.0.pom | |
oasp4j-test-3.0.0.jar | 8 KB |
oasp4j-test-3.0.0-sources.jar | 9 KB |
oasp4j-test-3.0.0-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.oasp.java.modules/oasp4j-test/ -->
<dependency>
<groupId>io.oasp.java.modules</groupId>
<artifactId>oasp4j-test</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.oasp.java.modules/oasp4j-test/
implementation 'io.oasp.java.modules:oasp4j-test:3.0.0'
// https://jarcasting.com/artifacts/io.oasp.java.modules/oasp4j-test/
implementation ("io.oasp.java.modules:oasp4j-test:3.0.0")
'io.oasp.java.modules:oasp4j-test:jar:3.0.0'
<dependency org="io.oasp.java.modules" name="oasp4j-test" rev="3.0.0">
<artifact name="oasp4j-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.oasp.java.modules', module='oasp4j-test', version='3.0.0')
)
libraryDependencies += "io.oasp.java.modules" % "oasp4j-test" % "3.0.0"
[io.oasp.java.modules/oasp4j-test "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.springframework.boot : spring-boot-starter-test | jar | 2.0.4.RELEASE |
org.mockito : mockito-core | jar | 2.15.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |