Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.lihaoyi |
ArtifactId | ArtifactIdujson_3 |
Version | Version1.4.1 |
Type | Typejar |
Filename | Size |
---|---|
ujson_3-1.4.1.pom | |
ujson_3-1.4.1.jar | 247 KB |
ujson_3-1.4.1-sources.jar | 23 KB |
ujson_3-1.4.1-javadoc.jar | 213 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.lihaoyi/ujson_3/ -->
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>ujson_3</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lihaoyi/ujson_3/
implementation 'com.lihaoyi:ujson_3:1.4.1'
// https://jarcasting.com/artifacts/com.lihaoyi/ujson_3/
implementation ("com.lihaoyi:ujson_3:1.4.1")
'com.lihaoyi:ujson_3:jar:1.4.1'
<dependency org="com.lihaoyi" name="ujson_3" rev="1.4.1">
<artifact name="ujson_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lihaoyi', module='ujson_3', version='1.4.1')
)
libraryDependencies += "com.lihaoyi" % "ujson_3" % "1.4.1"
[com.lihaoyi/ujson_3 "1.4.1"]