License |
License |
---|---|
GroupId | GroupIdio.github.horvee.storylog |
ArtifactId | ArtifactIdcore |
Last Version | Last Version1.0.1.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications built with Maven
|
Filename | Size |
---|---|
core-1.0.1.RELEASE.pom | |
core-1.0.1.RELEASE.jar | 38 KB |
core-1.0.1.RELEASE-sources.jar | 21 KB |
core-1.0.1.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.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.horvee.storylog/core/
implementation 'io.github.horvee.storylog:core:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/io.github.horvee.storylog/core/
implementation ("io.github.horvee.storylog:core:1.0.1.RELEASE")
'io.github.horvee.storylog:core:jar:1.0.1.RELEASE'
<dependency org="io.github.horvee.storylog" name="core" rev="1.0.1.RELEASE">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.horvee.storylog', module='core', version='1.0.1.RELEASE')
)
libraryDependencies += "io.github.horvee.storylog" % "core" % "1.0.1.RELEASE"
[io.github.horvee.storylog/core "1.0.1.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
com.alibaba : transmittable-thread-local | jar | 2.12.1 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
junit : junit | jar | 4.13.1 |