GroupId | GroupIdorg.overturetool.core |
---|---|
ArtifactId | ArtifactIdprettyprinting |
Version | Version2.3.8 |
Type | Typepom |
Filename | Size |
---|---|
prettyprinting-2.3.8.pom | 661 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.overturetool.core/prettyprinting/ -->
<dependency>
<groupId>org.overturetool.core</groupId>
<artifactId>prettyprinting</artifactId>
<version>2.3.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool.core/prettyprinting/
implementation 'org.overturetool.core:prettyprinting:2.3.8'
// https://jarcasting.com/artifacts/org.overturetool.core/prettyprinting/
implementation ("org.overturetool.core:prettyprinting:2.3.8")
'org.overturetool.core:prettyprinting:pom:2.3.8'
<dependency org="org.overturetool.core" name="prettyprinting" rev="2.3.8">
<artifact name="prettyprinting" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.overturetool.core', module='prettyprinting', version='2.3.8')
)
libraryDependencies += "org.overturetool.core" % "prettyprinting" % "2.3.8"
[org.overturetool.core/prettyprinting "2.3.8"]