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