License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.networknt |
ArtifactId | ArtifactIdtest-example |
Last Version | Last Version1.5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTest banking event handling example objects.
|
Filename | Size |
---|---|
test-example-1.5.1.pom | |
test-example-1.5.1.jar | 8 KB |
test-example-1.5.1-sources.jar | 5 KB |
test-example-1.5.1-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.networknt/test-example/ -->
<dependency>
<groupId>com.networknt</groupId>
<artifactId>test-example</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.networknt/test-example/
implementation 'com.networknt:test-example:1.5.1'
// https://jarcasting.com/artifacts/com.networknt/test-example/
implementation ("com.networknt:test-example:1.5.1")
'com.networknt:test-example:jar:1.5.1'
<dependency org="com.networknt" name="test-example" rev="1.5.1">
<artifact name="test-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.networknt', module='test-example', version='1.5.1')
)
libraryDependencies += "com.networknt" % "test-example" % "1.5.1"
[com.networknt/test-example "1.5.1"]
Group / Artifact | Type | Version |
---|---|---|
com.networknt : test-domain | jar | 1.5.1 |
com.networknt : eventuate-client | jar | 1.5.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.1 |
org.slf4j : slf4j-api | jar | 1.7.25 |
io.reactivex : rxjava | jar | 1.3.2 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.10.0 |