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