| GroupId | GroupIdcom.github.muirandy |
|---|---|
| ArtifactId | ArtifactIddistributed-living-documentation-api |
| Version | Version1.1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.muirandy/distributed-living-documentation-api/ -->
<dependency>
<groupId>com.github.muirandy</groupId>
<artifactId>distributed-living-documentation-api</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.muirandy/distributed-living-documentation-api/
implementation 'com.github.muirandy:distributed-living-documentation-api:1.1'
// https://jarcasting.com/artifacts/com.github.muirandy/distributed-living-documentation-api/
implementation ("com.github.muirandy:distributed-living-documentation-api:1.1")
'com.github.muirandy:distributed-living-documentation-api:jar:1.1'
<dependency org="com.github.muirandy" name="distributed-living-documentation-api" rev="1.1">
<artifact name="distributed-living-documentation-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.muirandy', module='distributed-living-documentation-api', version='1.1')
)
libraryDependencies += "com.github.muirandy" % "distributed-living-documentation-api" % "1.1"
[com.github.muirandy/distributed-living-documentation-api "1.1"]