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