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