License |
License |
---|---|
GroupId | GroupIdorg.mod4j |
ArtifactId | ArtifactIdmod4j-buildtools |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmod4j-buildtools
The mod4j-build-tools module provides a place for build configurtation files. For example smartjava-checks.xml is stored
in here (See also: http://maven.apache.org/plugins/maven-checkstyle-plugin/tips.html).
|
Project Organization |
Project OrganizationMod4j |
Filename | Size |
---|---|
mod4j-buildtools-1.0.1.pom | |
mod4j-buildtools-1.0.1.jar | 5 KB |
mod4j-buildtools-1.0.1-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mod4j/mod4j-buildtools/ -->
<dependency>
<groupId>org.mod4j</groupId>
<artifactId>mod4j-buildtools</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mod4j/mod4j-buildtools/
implementation 'org.mod4j:mod4j-buildtools:1.0.1'
// https://jarcasting.com/artifacts/org.mod4j/mod4j-buildtools/
implementation ("org.mod4j:mod4j-buildtools:1.0.1")
'org.mod4j:mod4j-buildtools:jar:1.0.1'
<dependency org="org.mod4j" name="mod4j-buildtools" rev="1.0.1">
<artifact name="mod4j-buildtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mod4j', module='mod4j-buildtools', version='1.0.1')
)
libraryDependencies += "org.mod4j" % "mod4j-buildtools" % "1.0.1"
[org.mod4j/mod4j-buildtools "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.4 |