GroupId | GroupIdorg.openforis.commons |
---|---|
ArtifactId | ArtifactIdof-commons-gateway |
Version | Version0.1.24 |
Type | Typejar |
Filename | Size |
---|---|
of-commons-gateway-0.1.24.pom | |
of-commons-gateway-0.1.24.jar | 10 KB |
of-commons-gateway-0.1.24-sources.jar | 6 KB |
of-commons-gateway-0.1.24-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openforis.commons/of-commons-gateway/ -->
<dependency>
<groupId>org.openforis.commons</groupId>
<artifactId>of-commons-gateway</artifactId>
<version>0.1.24</version>
</dependency>
// https://jarcasting.com/artifacts/org.openforis.commons/of-commons-gateway/
implementation 'org.openforis.commons:of-commons-gateway:0.1.24'
// https://jarcasting.com/artifacts/org.openforis.commons/of-commons-gateway/
implementation ("org.openforis.commons:of-commons-gateway:0.1.24")
'org.openforis.commons:of-commons-gateway:jar:0.1.24'
<dependency org="org.openforis.commons" name="of-commons-gateway" rev="0.1.24">
<artifact name="of-commons-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openforis.commons', module='of-commons-gateway', version='0.1.24')
)
libraryDependencies += "org.openforis.commons" % "of-commons-gateway" % "0.1.24"
[org.openforis.commons/of-commons-gateway "0.1.24"]