GroupId | GroupIdorg.calrissian.accumulorecipes |
---|---|
ArtifactId | ArtifactIdchangelog-store |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
changelog-store-0.1.pom | |
changelog-store-0.1.jar | 19 KB |
changelog-store-0.1-sources.jar | 13 KB |
changelog-store-0.1-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/changelog-store/ -->
<dependency>
<groupId>org.calrissian.accumulorecipes</groupId>
<artifactId>changelog-store</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/changelog-store/
implementation 'org.calrissian.accumulorecipes:changelog-store:0.1'
// https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/changelog-store/
implementation ("org.calrissian.accumulorecipes:changelog-store:0.1")
'org.calrissian.accumulorecipes:changelog-store:jar:0.1'
<dependency org="org.calrissian.accumulorecipes" name="changelog-store" rev="0.1">
<artifact name="changelog-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.calrissian.accumulorecipes', module='changelog-store', version='0.1')
)
libraryDependencies += "org.calrissian.accumulorecipes" % "changelog-store" % "0.1"
[org.calrissian.accumulorecipes/changelog-store "0.1"]