GroupId | GroupIdcom.github.mauricioaniche |
---|---|
ArtifactId | ArtifactIdspringlint |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
springlint-0.4.pom | |
springlint-0.4.jar | 59 KB |
springlint-0.4-sources.jar | 33 KB |
springlint-0.4-javadoc.jar | 260 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mauricioaniche/springlint/ -->
<dependency>
<groupId>com.github.mauricioaniche</groupId>
<artifactId>springlint</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mauricioaniche/springlint/
implementation 'com.github.mauricioaniche:springlint:0.4'
// https://jarcasting.com/artifacts/com.github.mauricioaniche/springlint/
implementation ("com.github.mauricioaniche:springlint:0.4")
'com.github.mauricioaniche:springlint:jar:0.4'
<dependency org="com.github.mauricioaniche" name="springlint" rev="0.4">
<artifact name="springlint" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mauricioaniche', module='springlint', version='0.4')
)
libraryDependencies += "com.github.mauricioaniche" % "springlint" % "0.4"
[com.github.mauricioaniche/springlint "0.4"]