License |
License |
---|---|
GroupId | GroupIdorg.flowstep |
ArtifactId | ArtifactIdflowstep-test |
Version | Version1.0.5 |
Type | Typejar |
Description |
DescriptionflowStep Test components
flowStep Test contains components for JUnit testing
|
Filename | Size |
---|---|
flowstep-test-1.0.5.pom | |
flowstep-test-1.0.5.jar | 13 KB |
flowstep-test-1.0.5-sources.jar | 10 KB |
flowstep-test-1.0.5-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.flowstep/flowstep-test/ -->
<dependency>
<groupId>org.flowstep</groupId>
<artifactId>flowstep-test</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.flowstep/flowstep-test/
implementation 'org.flowstep:flowstep-test:1.0.5'
// https://jarcasting.com/artifacts/org.flowstep/flowstep-test/
implementation ("org.flowstep:flowstep-test:1.0.5")
'org.flowstep:flowstep-test:jar:1.0.5'
<dependency org="org.flowstep" name="flowstep-test" rev="1.0.5">
<artifact name="flowstep-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flowstep', module='flowstep-test', version='1.0.5')
)
libraryDependencies += "org.flowstep" % "flowstep-test" % "1.0.5"
[org.flowstep/flowstep-test "1.0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.flowstep : flowstep-core | jar | 1.0.5 |
org.springframework.boot : spring-boot-starter-test | jar | |
org.springframework.boot : spring-boot-starter-web | jar | |
de.flapdoodle.embed : de.flapdoodle.embed.mongo | jar | |
org.springframework.boot : spring-boot-starter-data-mongodb | jar | |
com.h2database : h2 | jar | |
org.springframework.boot : spring-boot-starter-data-jpa | jar | |
org.junit.platform : junit-platform-surefire-provider | jar | 1.0.0 |
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.slf4j : slf4j-api | jar | 1.7.36 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.2.2 |
com.fasterxml.jackson.core : jackson-core | jar | 2.13.2 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.13.2 |
org.mongodb : bson | jar | 4.4.0 |
javax.annotation : javax.annotation-api | jar | 1.3.2 |
com.esotericsoftware : kryo Optional | jar | 5.3.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.0.0 |