| Categories | CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection JSON Data | 
|---|---|
| GroupId | GroupIdcom.guicedee.services | 
| ArtifactId | ArtifactIdjson | 
| Version | Version1.1.1.9-jre16 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| json-1.1.1.9-jre16.pom | |
| json-1.1.1.9-jre16.jar | 72 KB | 
| json-1.1.1.9-jre16-sources.jar | 82 KB | 
| json-1.1.1.9-jre16-javadoc.jar | 103 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.guicedee.services/json/ -->
<dependency>
    <groupId>com.guicedee.services</groupId>
    <artifactId>json</artifactId>
    <version>1.1.1.9-jre16</version>
</dependency>// https://jarcasting.com/artifacts/com.guicedee.services/json/
implementation 'com.guicedee.services:json:1.1.1.9-jre16'// https://jarcasting.com/artifacts/com.guicedee.services/json/
implementation ("com.guicedee.services:json:1.1.1.9-jre16")'com.guicedee.services:json:jar:1.1.1.9-jre16'<dependency org="com.guicedee.services" name="json" rev="1.1.1.9-jre16">
  <artifact name="json" type="jar" />
</dependency>@Grapes(
@Grab(group='com.guicedee.services', module='json', version='1.1.1.9-jre16')
)libraryDependencies += "com.guicedee.services" % "json" % "1.1.1.9-jre16"[com.guicedee.services/json "1.1.1.9-jre16"]