| GroupId | GroupIdorg.heigit.ohsome |
|---|---|
| ArtifactId | ArtifactIdohsome-codestyle |
| Version | Version2.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ohsome-codestyle-2.8.pom | |
| ohsome-codestyle-2.8.jar | 5 KB |
| ohsome-codestyle-2.8-sources.jar | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.heigit.ohsome/ohsome-codestyle/ -->
<dependency>
<groupId>org.heigit.ohsome</groupId>
<artifactId>ohsome-codestyle</artifactId>
<version>2.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.heigit.ohsome/ohsome-codestyle/
implementation 'org.heigit.ohsome:ohsome-codestyle:2.8'
// https://jarcasting.com/artifacts/org.heigit.ohsome/ohsome-codestyle/
implementation ("org.heigit.ohsome:ohsome-codestyle:2.8")
'org.heigit.ohsome:ohsome-codestyle:jar:2.8'
<dependency org="org.heigit.ohsome" name="ohsome-codestyle" rev="2.8">
<artifact name="ohsome-codestyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.heigit.ohsome', module='ohsome-codestyle', version='2.8')
)
libraryDependencies += "org.heigit.ohsome" % "ohsome-codestyle" % "2.8"
[org.heigit.ohsome/ohsome-codestyle "2.8"]