License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.tencent.devops.rules |
ArtifactId | ArtifactIdjson-rules |
Version | Version1.0.13 |
Type | Typejar |
Description |
DescriptionJSON Rules
Json serializable rule engine
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-rules-1.0.13.pom | |
json-rules-1.0.13.jar | 125 KB |
json-rules-1.0.13-sources.jar | 57 KB |
json-rules-1.0.13-javadoc.jar | 362 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.devops.rules/json-rules/ -->
<dependency>
<groupId>com.tencent.devops.rules</groupId>
<artifactId>json-rules</artifactId>
<version>1.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.devops.rules/json-rules/
implementation 'com.tencent.devops.rules:json-rules:1.0.13'
// https://jarcasting.com/artifacts/com.tencent.devops.rules/json-rules/
implementation ("com.tencent.devops.rules:json-rules:1.0.13")
'com.tencent.devops.rules:json-rules:jar:1.0.13'
<dependency org="com.tencent.devops.rules" name="json-rules" rev="1.0.13">
<artifact name="json-rules" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.devops.rules', module='json-rules', version='1.0.13')
)
libraryDependencies += "com.tencent.devops.rules" % "json-rules" % "1.0.13"
[com.tencent.devops.rules/json-rules "1.0.13"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.13.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.1 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.13.1 |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.13.1 |
com.google.guava : guava | jar | 31.0.1-jre |
com.jayway.jsonpath : json-path | jar | 2.6.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |