| License |
License |
|---|---|
| GroupId | GroupIdme.lessis |
| ArtifactId | ArtifactIdpj_2.10 |
| Version | Version0.1.0 |
| Type | Typejar |
| Description |
Descriptionpj
A pretty printer for json
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| pj_2.10-0.1.0.pom | |
| pj_2.10-0.1.0.jar | 11 KB |
| pj_2.10-0.1.0-sources.jar | 937 bytes |
| pj_2.10-0.1.0-javadoc.jar | 337 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.lessis/pj_2.10/ -->
<dependency>
<groupId>me.lessis</groupId>
<artifactId>pj_2.10</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.lessis/pj_2.10/
implementation 'me.lessis:pj_2.10:0.1.0'
// https://jarcasting.com/artifacts/me.lessis/pj_2.10/
implementation ("me.lessis:pj_2.10:0.1.0")
'me.lessis:pj_2.10:jar:0.1.0'
<dependency org="me.lessis" name="pj_2.10" rev="0.1.0">
<artifact name="pj_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.lessis', module='pj_2.10', version='0.1.0')
)
libraryDependencies += "me.lessis" % "pj_2.10" % "0.1.0"
[me.lessis/pj_2.10 "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.10.0 |
| org.codehaus.jackson : jackson-core-asl | jar | 1.9.0 |