GroupId | GroupIdorg.jaitools |
---|---|
ArtifactId | ArtifactIdoperator |
Version | Version1.4.0 |
Type | Typepom |
Filename | Size |
---|---|
operator-1.4.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jaitools/operator/ -->
<dependency>
<groupId>org.jaitools</groupId>
<artifactId>operator</artifactId>
<version>1.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jaitools/operator/
implementation 'org.jaitools:operator:1.4.0'
// https://jarcasting.com/artifacts/org.jaitools/operator/
implementation ("org.jaitools:operator:1.4.0")
'org.jaitools:operator:pom:1.4.0'
<dependency org="org.jaitools" name="operator" rev="1.4.0">
<artifact name="operator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jaitools', module='operator', version='1.4.0')
)
libraryDependencies += "org.jaitools" % "operator" % "1.4.0"
[org.jaitools/operator "1.4.0"]