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