GroupId | GroupIdio.github.livingdocumentation |
---|---|
ArtifactId | ArtifactIdshared-resources |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
shared-resources-0.2.pom | |
shared-resources-0.2.jar | 723 KB |
shared-resources-0.2-sources.jar | 721 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.livingdocumentation/shared-resources/ -->
<dependency>
<groupId>io.github.livingdocumentation</groupId>
<artifactId>shared-resources</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.livingdocumentation/shared-resources/
implementation 'io.github.livingdocumentation:shared-resources:0.2'
// https://jarcasting.com/artifacts/io.github.livingdocumentation/shared-resources/
implementation ("io.github.livingdocumentation:shared-resources:0.2")
'io.github.livingdocumentation:shared-resources:jar:0.2'
<dependency org="io.github.livingdocumentation" name="shared-resources" rev="0.2">
<artifact name="shared-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.livingdocumentation', module='shared-resources', version='0.2')
)
libraryDependencies += "io.github.livingdocumentation" % "shared-resources" % "0.2"
[io.github.livingdocumentation/shared-resources "0.2"]