| GroupId | GroupIdorg.minbox.framework | 
|---|---|
| ArtifactId | ArtifactIdminbox-parent | 
| Version | Version1.0.2.RELEASE | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| minbox-parent-1.0.2.RELEASE.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.minbox.framework/minbox-parent/ -->
<dependency>
    <groupId>org.minbox.framework</groupId>
    <artifactId>minbox-parent</artifactId>
    <version>1.0.2.RELEASE</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.minbox.framework/minbox-parent/
implementation 'org.minbox.framework:minbox-parent:1.0.2.RELEASE'// https://jarcasting.com/artifacts/org.minbox.framework/minbox-parent/
implementation ("org.minbox.framework:minbox-parent:1.0.2.RELEASE")'org.minbox.framework:minbox-parent:pom:1.0.2.RELEASE'<dependency org="org.minbox.framework" name="minbox-parent" rev="1.0.2.RELEASE">
  <artifact name="minbox-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='org.minbox.framework', module='minbox-parent', version='1.0.2.RELEASE')
)libraryDependencies += "org.minbox.framework" % "minbox-parent" % "1.0.2.RELEASE"[org.minbox.framework/minbox-parent "1.0.2.RELEASE"]