GroupId | GroupIdcom.amido.stacks.modules |
---|---|
ArtifactId | ArtifactIdstacks-modules-parent |
Version | Version1.0.0-RC4.234-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
stacks-modules-parent-1.0.0-RC4.234-RELEASE.pom | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.amido.stacks.modules/stacks-modules-parent/ -->
<dependency>
<groupId>com.amido.stacks.modules</groupId>
<artifactId>stacks-modules-parent</artifactId>
<version>1.0.0-RC4.234-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.amido.stacks.modules/stacks-modules-parent/
implementation 'com.amido.stacks.modules:stacks-modules-parent:1.0.0-RC4.234-RELEASE'
// https://jarcasting.com/artifacts/com.amido.stacks.modules/stacks-modules-parent/
implementation ("com.amido.stacks.modules:stacks-modules-parent:1.0.0-RC4.234-RELEASE")
'com.amido.stacks.modules:stacks-modules-parent:pom:1.0.0-RC4.234-RELEASE'
<dependency org="com.amido.stacks.modules" name="stacks-modules-parent" rev="1.0.0-RC4.234-RELEASE">
<artifact name="stacks-modules-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.amido.stacks.modules', module='stacks-modules-parent', version='1.0.0-RC4.234-RELEASE')
)
libraryDependencies += "com.amido.stacks.modules" % "stacks-modules-parent" % "1.0.0-RC4.234-RELEASE"
[com.amido.stacks.modules/stacks-modules-parent "1.0.0-RC4.234-RELEASE"]