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