License |
License |
---|---|
GroupId | GroupIdcom.imagingbook |
ArtifactId | ArtifactIdimagingbook-parent-pom |
Version | Version4.0.0 |
Type | Typepom |
Description |
Descriptioncom.imagingbook:imagingbook-parent-pom
Java code for image processing books by W. Burger and M.J. Burge
|
Filename | Size |
---|---|
imagingbook-parent-pom-4.0.0.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.imagingbook/imagingbook-parent-pom/ -->
<dependency>
<groupId>com.imagingbook</groupId>
<artifactId>imagingbook-parent-pom</artifactId>
<version>4.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.imagingbook/imagingbook-parent-pom/
implementation 'com.imagingbook:imagingbook-parent-pom:4.0.0'
// https://jarcasting.com/artifacts/com.imagingbook/imagingbook-parent-pom/
implementation ("com.imagingbook:imagingbook-parent-pom:4.0.0")
'com.imagingbook:imagingbook-parent-pom:pom:4.0.0'
<dependency org="com.imagingbook" name="imagingbook-parent-pom" rev="4.0.0">
<artifact name="imagingbook-parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.imagingbook', module='imagingbook-parent-pom', version='4.0.0')
)
libraryDependencies += "com.imagingbook" % "imagingbook-parent-pom" % "4.0.0"
[com.imagingbook/imagingbook-parent-pom "4.0.0"]