GroupId | GroupIdorg.mod4j.docs |
---|---|
ArtifactId | ArtifactIddocumentation |
Version | Version1.2.1 |
Type | Typepom |
Filename | Size |
---|---|
documentation-1.2.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mod4j.docs/documentation/ -->
<dependency>
<groupId>org.mod4j.docs</groupId>
<artifactId>documentation</artifactId>
<version>1.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mod4j.docs/documentation/
implementation 'org.mod4j.docs:documentation:1.2.1'
// https://jarcasting.com/artifacts/org.mod4j.docs/documentation/
implementation ("org.mod4j.docs:documentation:1.2.1")
'org.mod4j.docs:documentation:pom:1.2.1'
<dependency org="org.mod4j.docs" name="documentation" rev="1.2.1">
<artifact name="documentation" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mod4j.docs', module='documentation', version='1.2.1')
)
libraryDependencies += "org.mod4j.docs" % "documentation" % "1.2.1"
[org.mod4j.docs/documentation "1.2.1"]