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