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