| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.bellotapps.the-messenger |
| ArtifactId | ArtifactIdjson |
| Version | Version0.0.1-RELEASE |
| Type | Typejar |
| Description |
DescriptionJSON
A framework for sending messages.
|
| Filename | Size |
|---|---|
| json-0.0.1-RELEASE.pom | |
| json-0.0.1-RELEASE.jar | 4 KB |
| json-0.0.1-RELEASE-sources.jar | 4 KB |
| json-0.0.1-RELEASE-javadoc.jar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.bellotapps.the-messenger/json/ -->
<dependency>
<groupId>com.bellotapps.the-messenger</groupId>
<artifactId>json</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.bellotapps.the-messenger/json/
implementation 'com.bellotapps.the-messenger:json:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.bellotapps.the-messenger/json/
implementation ("com.bellotapps.the-messenger:json:0.0.1-RELEASE")
'com.bellotapps.the-messenger:json:jar:0.0.1-RELEASE'
<dependency org="com.bellotapps.the-messenger" name="json" rev="0.0.1-RELEASE">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bellotapps.the-messenger', module='json', version='0.0.1-RELEASE')
)
libraryDependencies += "com.bellotapps.the-messenger" % "json" % "0.0.1-RELEASE"
[com.bellotapps.the-messenger/json "0.0.1-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.bellotapps.the-messenger : commons | jar | 0.0.1-RELEASE |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.8 |