License |
License |
---|---|
GroupId | GroupIdorg.corehunter |
ArtifactId | ArtifactIdcorehunter |
Version | Version3.2.0 |
Type | Typepom |
Description |
DescriptionCore Hunter parent project
Core Hunter 3 is a fast and flexible tool for multi-purpose core subset selection.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
corehunter-3.2.0.pom | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.corehunter/corehunter/ -->
<dependency>
<groupId>org.corehunter</groupId>
<artifactId>corehunter</artifactId>
<version>3.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.corehunter/corehunter/
implementation 'org.corehunter:corehunter:3.2.0'
// https://jarcasting.com/artifacts/org.corehunter/corehunter/
implementation ("org.corehunter:corehunter:3.2.0")
'org.corehunter:corehunter:pom:3.2.0'
<dependency org="org.corehunter" name="corehunter" rev="3.2.0">
<artifact name="corehunter" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.corehunter', module='corehunter', version='3.2.0')
)
libraryDependencies += "org.corehunter" % "corehunter" % "3.2.0"
[org.corehunter/corehunter "3.2.0"]