License |
License |
---|---|
GroupId | GroupIdio.github.horvee.storylog |
ArtifactId | ArtifactIdsample |
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 |
---|---|
sample-1.0.1.RELEASE.pom | |
sample-1.0.1.RELEASE.jar | 59 MB |
sample-1.0.1.RELEASE-sources.jar | 7 KB |
sample-1.0.1.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.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.horvee.storylog/sample/
implementation 'io.github.horvee.storylog:sample:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/io.github.horvee.storylog/sample/
implementation ("io.github.horvee.storylog:sample:1.0.1.RELEASE")
'io.github.horvee.storylog:sample:jar:1.0.1.RELEASE'
<dependency org="io.github.horvee.storylog" name="sample" rev="1.0.1.RELEASE">
<artifact name="sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.horvee.storylog', module='sample', version='1.0.1.RELEASE')
)
libraryDependencies += "io.github.horvee.storylog" % "sample" % "1.0.1.RELEASE"
[io.github.horvee.storylog/sample "1.0.1.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |