| License |
License |
|---|---|
| Categories |
CategoriesSpeedment Data Databases |
| GroupId | GroupIdcom.speedment.build |
| ArtifactId | ArtifactIdbuild-parent |
| Last Version | Last Version3.2.10 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionSpeedment - Build
Common parent for modules that bundle together multiple modules.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| build-parent-3.2.10.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.speedment.build/build-parent/ -->
<dependency>
<groupId>com.speedment.build</groupId>
<artifactId>build-parent</artifactId>
<version>3.2.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.speedment.build/build-parent/
implementation 'com.speedment.build:build-parent:3.2.10'
// https://jarcasting.com/artifacts/com.speedment.build/build-parent/
implementation ("com.speedment.build:build-parent:3.2.10")
'com.speedment.build:build-parent:pom:3.2.10'
<dependency org="com.speedment.build" name="build-parent" rev="3.2.10">
<artifact name="build-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.speedment.build', module='build-parent', version='3.2.10')
)
libraryDependencies += "com.speedment.build" % "build-parent" % "3.2.10"
[com.speedment.build/build-parent "3.2.10"]