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