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