License |
License |
---|---|
GroupId | GroupIdorg.jerkar |
ArtifactId | ArtifactIdcore |
Version | Version0.7.0.RELEASE |
Type | Typejar |
Description |
DescriptionJerkar
Build simpler, stronger, faster
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core-0.7.0.RELEASE.pom | |
core-0.7.0.RELEASE.jar | 2 MB |
core-0.7.0.RELEASE-sources.jar | 2 MB |
core-0.7.0.RELEASE-javadoc.jar | 616 KB |
core-0.7.0.RELEASE-distrib.zip | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jerkar/core/ -->
<dependency>
<groupId>org.jerkar</groupId>
<artifactId>core</artifactId>
<version>0.7.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.jerkar/core/
implementation 'org.jerkar:core:0.7.0.RELEASE'
// https://jarcasting.com/artifacts/org.jerkar/core/
implementation ("org.jerkar:core:0.7.0.RELEASE")
'org.jerkar:core:jar:0.7.0.RELEASE'
<dependency org="org.jerkar" name="core" rev="0.7.0.RELEASE">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jerkar', module='core', version='0.7.0.RELEASE')
)
libraryDependencies += "org.jerkar" % "core" % "0.7.0.RELEASE"
[org.jerkar/core "0.7.0.RELEASE"]