Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.github.freedtice |
ArtifactId | ArtifactIdgradle-catfix |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
gradle-catfix-0.1.0.pom | |
gradle-catfix-0.1.0.jar | 145 KB |
gradle-catfix-0.1.0-sources.jar | 15 KB |
gradle-catfix-0.1.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.freedtice/gradle-catfix/ -->
<dependency>
<groupId>com.github.freedtice</groupId>
<artifactId>gradle-catfix</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.freedtice/gradle-catfix/
implementation 'com.github.freedtice:gradle-catfix:0.1.0'
// https://jarcasting.com/artifacts/com.github.freedtice/gradle-catfix/
implementation ("com.github.freedtice:gradle-catfix:0.1.0")
'com.github.freedtice:gradle-catfix:jar:0.1.0'
<dependency org="com.github.freedtice" name="gradle-catfix" rev="0.1.0">
<artifact name="gradle-catfix" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.freedtice', module='gradle-catfix', version='0.1.0')
)
libraryDependencies += "com.github.freedtice" % "gradle-catfix" % "0.1.0"
[com.github.freedtice/gradle-catfix "0.1.0"]