Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.networknt |
ArtifactId | ArtifactIdcontent |
Version | Version1.5.21 |
Type | Typejar |
Filename | Size |
---|---|
content-1.5.21.pom | |
content-1.5.21.jar | 4 KB |
content-1.5.21-sources.jar | 3 KB |
content-1.5.21-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.networknt/content/ -->
<dependency>
<groupId>com.networknt</groupId>
<artifactId>content</artifactId>
<version>1.5.21</version>
</dependency>
// https://jarcasting.com/artifacts/com.networknt/content/
implementation 'com.networknt:content:1.5.21'
// https://jarcasting.com/artifacts/com.networknt/content/
implementation ("com.networknt:content:1.5.21")
'com.networknt:content:jar:1.5.21'
<dependency org="com.networknt" name="content" rev="1.5.21">
<artifact name="content" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.networknt', module='content', version='1.5.21')
)
libraryDependencies += "com.networknt" % "content" % "1.5.21"
[com.networknt/content "1.5.21"]