Categories |
CategoriesCRaSH General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.github.heiqs |
ArtifactId | ArtifactIdcrashFinder |
Version | Version2.1 |
Type | Typejar |
Filename | Size |
---|---|
crashFinder-2.1.pom | |
crashFinder-2.1.jar | 1 MB |
crashFinder-2.1-sources.jar | 1 MB |
crashFinder-2.1-javadoc.jar | 212 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.heiqs/crashFinder/ -->
<dependency>
<groupId>com.github.heiqs</groupId>
<artifactId>crashFinder</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.heiqs/crashFinder/
implementation 'com.github.heiqs:crashFinder:2.1'
// https://jarcasting.com/artifacts/com.github.heiqs/crashFinder/
implementation ("com.github.heiqs:crashFinder:2.1")
'com.github.heiqs:crashFinder:jar:2.1'
<dependency org="com.github.heiqs" name="crashFinder" rev="2.1">
<artifact name="crashFinder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.heiqs', module='crashFinder', version='2.1')
)
libraryDependencies += "com.github.heiqs" % "crashFinder" % "2.1"
[com.github.heiqs/crashFinder "2.1"]