GroupId | GroupIdio.github.horvee.storylog |
---|---|
ArtifactId | ArtifactIdsample |
Version | Version1.0.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
sample-1.0.0.RELEASE.pom | |
sample-1.0.0.RELEASE.jar | 59 MB |
sample-1.0.0.RELEASE-sources.jar | 7 KB |
sample-1.0.0.RELEASE-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.horvee.storylog/sample/ -->
<dependency>
<groupId>io.github.horvee.storylog</groupId>
<artifactId>sample</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.horvee.storylog/sample/
implementation 'io.github.horvee.storylog:sample:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/io.github.horvee.storylog/sample/
implementation ("io.github.horvee.storylog:sample:1.0.0.RELEASE")
'io.github.horvee.storylog:sample:jar:1.0.0.RELEASE'
<dependency org="io.github.horvee.storylog" name="sample" rev="1.0.0.RELEASE">
<artifact name="sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.horvee.storylog', module='sample', version='1.0.0.RELEASE')
)
libraryDependencies += "io.github.horvee.storylog" % "sample" % "1.0.0.RELEASE"
[io.github.horvee.storylog/sample "1.0.0.RELEASE"]