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