Categories |
CategoriesNet CLI User Interface JSON Data |
---|---|
GroupId | GroupIdcom.lihaoyi |
ArtifactId | ArtifactIdsjsonnet-client |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
sjsonnet-client-0.1.0.pom | |
sjsonnet-client-0.1.0.jar | 14 KB |
sjsonnet-client-0.1.0-sources.jar | 6 KB |
sjsonnet-client-0.1.0-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lihaoyi/sjsonnet-client/ -->
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>sjsonnet-client</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lihaoyi/sjsonnet-client/
implementation 'com.lihaoyi:sjsonnet-client:0.1.0'
// https://jarcasting.com/artifacts/com.lihaoyi/sjsonnet-client/
implementation ("com.lihaoyi:sjsonnet-client:0.1.0")
'com.lihaoyi:sjsonnet-client:jar:0.1.0'
<dependency org="com.lihaoyi" name="sjsonnet-client" rev="0.1.0">
<artifact name="sjsonnet-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lihaoyi', module='sjsonnet-client', version='0.1.0')
)
libraryDependencies += "com.lihaoyi" % "sjsonnet-client" % "0.1.0"
[com.lihaoyi/sjsonnet-client "0.1.0"]