| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdorg.pantsbuild |
| ArtifactId | ArtifactIdjmake |
| Last Version | Last Version1.3.8-10 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJmake
This is the pantsbuild fork of jmake, which has a few bug-fixes
that are unlikely to be accepted upstream.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jmake-1.3.8-10.pom | |
| jmake-1.3.8-10.jar | 97 KB |
| jmake-1.3.8-10-sources.jar | 75 KB |
| jmake-1.3.8-10-javadoc.jar | 216 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.pantsbuild/jmake/ -->
<dependency>
<groupId>org.pantsbuild</groupId>
<artifactId>jmake</artifactId>
<version>1.3.8-10</version>
</dependency>
// https://jarcasting.com/artifacts/org.pantsbuild/jmake/
implementation 'org.pantsbuild:jmake:1.3.8-10'
// https://jarcasting.com/artifacts/org.pantsbuild/jmake/
implementation ("org.pantsbuild:jmake:1.3.8-10")
'org.pantsbuild:jmake:jar:1.3.8-10'
<dependency org="org.pantsbuild" name="jmake" rev="1.3.8-10">
<artifact name="jmake" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pantsbuild', module='jmake', version='1.3.8-10')
)
libraryDependencies += "org.pantsbuild" % "jmake" % "1.3.8-10"
[org.pantsbuild/jmake "1.3.8-10"]