License |
License |
---|---|
Categories |
CategoriesBuild Tools |
GroupId | GroupIdorg.corehunter |
ArtifactId | ArtifactIdbuild-tools |
Version | Version3.2.0 |
Type | Typejar |
Description |
DescriptionBuild Tools
Core Hunter 3 is a fast and flexible tool for multi-purpose core subset selection.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
build-tools-3.2.0.pom | |
build-tools-3.2.0.jar | 4 KB |
build-tools-3.2.0-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.corehunter/build-tools/ -->
<dependency>
<groupId>org.corehunter</groupId>
<artifactId>build-tools</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.corehunter/build-tools/
implementation 'org.corehunter:build-tools:3.2.0'
// https://jarcasting.com/artifacts/org.corehunter/build-tools/
implementation ("org.corehunter:build-tools:3.2.0")
'org.corehunter:build-tools:jar:3.2.0'
<dependency org="org.corehunter" name="build-tools" rev="3.2.0">
<artifact name="build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.corehunter', module='build-tools', version='3.2.0')
)
libraryDependencies += "org.corehunter" % "build-tools" % "3.2.0"
[org.corehunter/build-tools "3.2.0"]