GroupId | GroupIdorg.openforis.commons |
---|---|
ArtifactId | ArtifactIdof-commons-gateway |
Version | Version0.1.26 |
Type | Typejar |
Filename | Size |
---|---|
of-commons-gateway-0.1.26.pom | |
of-commons-gateway-0.1.26.jar | 10 KB |
of-commons-gateway-0.1.26-sources.jar | 6 KB |
of-commons-gateway-0.1.26-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.26</version>
</dependency>
// https://jarcasting.com/artifacts/org.openforis.commons/of-commons-gateway/
implementation 'org.openforis.commons:of-commons-gateway:0.1.26'
// https://jarcasting.com/artifacts/org.openforis.commons/of-commons-gateway/
implementation ("org.openforis.commons:of-commons-gateway:0.1.26")
'org.openforis.commons:of-commons-gateway:jar:0.1.26'
<dependency org="org.openforis.commons" name="of-commons-gateway" rev="0.1.26">
<artifact name="of-commons-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openforis.commons', module='of-commons-gateway', version='0.1.26')
)
libraryDependencies += "org.openforis.commons" % "of-commons-gateway" % "0.1.26"
[org.openforis.commons/of-commons-gateway "0.1.26"]