| GroupId | GroupIdcom.github.rocketzly |
|---|---|
| ArtifactId | ArtifactIdlintpatch |
| Version | Version3.6.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| lintpatch-3.6.1.pom | |
| lintpatch-3.6.1.jar | 0 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.rocketzly/lintpatch/ -->
<dependency>
<groupId>com.github.rocketzly</groupId>
<artifactId>lintpatch</artifactId>
<version>3.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rocketzly/lintpatch/
implementation 'com.github.rocketzly:lintpatch:3.6.1'
// https://jarcasting.com/artifacts/com.github.rocketzly/lintpatch/
implementation ("com.github.rocketzly:lintpatch:3.6.1")
'com.github.rocketzly:lintpatch:jar:3.6.1'
<dependency org="com.github.rocketzly" name="lintpatch" rev="3.6.1">
<artifact name="lintpatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rocketzly', module='lintpatch', version='3.6.1')
)
libraryDependencies += "com.github.rocketzly" % "lintpatch" % "3.6.1"
[com.github.rocketzly/lintpatch "3.6.1"]