| Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis Geo Business Logic Libraries Geospatial |
|---|---|
| GroupId | GroupIdorg.geomajas |
| ArtifactId | ArtifactIdgeomajas-checkstyle |
| Version | Version1.0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| geomajas-checkstyle-1.0.7.pom | |
| geomajas-checkstyle-1.0.7.jar | 35 KB |
| geomajas-checkstyle-1.0.7-sources.jar | 28 KB |
| geomajas-checkstyle-1.0.7-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.geomajas/geomajas-checkstyle/ -->
<dependency>
<groupId>org.geomajas</groupId>
<artifactId>geomajas-checkstyle</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.geomajas/geomajas-checkstyle/
implementation 'org.geomajas:geomajas-checkstyle:1.0.7'
// https://jarcasting.com/artifacts/org.geomajas/geomajas-checkstyle/
implementation ("org.geomajas:geomajas-checkstyle:1.0.7")
'org.geomajas:geomajas-checkstyle:jar:1.0.7'
<dependency org="org.geomajas" name="geomajas-checkstyle" rev="1.0.7">
<artifact name="geomajas-checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.geomajas', module='geomajas-checkstyle', version='1.0.7')
)
libraryDependencies += "org.geomajas" % "geomajas-checkstyle" % "1.0.7"
[org.geomajas/geomajas-checkstyle "1.0.7"]