Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.jvnet.ogc |
ArtifactId | ArtifactIdsampling |
Version | Version2.4.0 |
Type | Typepom |
Filename | Size |
---|---|
sampling-2.4.0.pom | 618 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.ogc/sampling/ -->
<dependency>
<groupId>org.jvnet.ogc</groupId>
<artifactId>sampling</artifactId>
<version>2.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.ogc/sampling/
implementation 'org.jvnet.ogc:sampling:2.4.0'
// https://jarcasting.com/artifacts/org.jvnet.ogc/sampling/
implementation ("org.jvnet.ogc:sampling:2.4.0")
'org.jvnet.ogc:sampling:pom:2.4.0'
<dependency org="org.jvnet.ogc" name="sampling" rev="2.4.0">
<artifact name="sampling" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.ogc', module='sampling', version='2.4.0')
)
libraryDependencies += "org.jvnet.ogc" % "sampling" % "2.4.0"
[org.jvnet.ogc/sampling "2.4.0"]