GroupId | GroupIdorg.overturetool.core.prettyprinting |
---|---|
ArtifactId | ArtifactIdprettyprinter |
Version | Version2.0.4 |
Type | Typejar |
Filename | Size |
---|---|
prettyprinter-2.0.4.pom | |
prettyprinter-2.0.4.jar | 11 KB |
prettyprinter-2.0.4-sources.jar | 4 KB |
prettyprinter-2.0.4-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.overturetool.core.prettyprinting/prettyprinter/ -->
<dependency>
<groupId>org.overturetool.core.prettyprinting</groupId>
<artifactId>prettyprinter</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool.core.prettyprinting/prettyprinter/
implementation 'org.overturetool.core.prettyprinting:prettyprinter:2.0.4'
// https://jarcasting.com/artifacts/org.overturetool.core.prettyprinting/prettyprinter/
implementation ("org.overturetool.core.prettyprinting:prettyprinter:2.0.4")
'org.overturetool.core.prettyprinting:prettyprinter:jar:2.0.4'
<dependency org="org.overturetool.core.prettyprinting" name="prettyprinter" rev="2.0.4">
<artifact name="prettyprinter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.overturetool.core.prettyprinting', module='prettyprinter', version='2.0.4')
)
libraryDependencies += "org.overturetool.core.prettyprinting" % "prettyprinter" % "2.0.4"
[org.overturetool.core.prettyprinting/prettyprinter "2.0.4"]