Categories |
CategoriesSpeedment Data Databases |
---|---|
GroupId | GroupIdcom.speedment.plugins |
ArtifactId | ArtifactIdplugin-parent |
Version | Version3.2.1 |
Type | Typepom |
Filename | Size |
---|---|
plugin-parent-3.2.1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.speedment.plugins/plugin-parent/ -->
<dependency>
<groupId>com.speedment.plugins</groupId>
<artifactId>plugin-parent</artifactId>
<version>3.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.speedment.plugins/plugin-parent/
implementation 'com.speedment.plugins:plugin-parent:3.2.1'
// https://jarcasting.com/artifacts/com.speedment.plugins/plugin-parent/
implementation ("com.speedment.plugins:plugin-parent:3.2.1")
'com.speedment.plugins:plugin-parent:pom:3.2.1'
<dependency org="com.speedment.plugins" name="plugin-parent" rev="3.2.1">
<artifact name="plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.speedment.plugins', module='plugin-parent', version='3.2.1')
)
libraryDependencies += "com.speedment.plugins" % "plugin-parent" % "3.2.1"
[com.speedment.plugins/plugin-parent "3.2.1"]