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