GroupId | GroupIdorg.jerkar |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version0.4.6 |
Type | Typejar |
Filename | Size |
---|---|
core-0.4.6.pom | |
core-0.4.6.jar | 1 MB |
core-0.4.6-sources.jar | 1 MB |
core-0.4.6-javadoc.jar | 543 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jerkar/core/ -->
<dependency>
<groupId>org.jerkar</groupId>
<artifactId>core</artifactId>
<version>0.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jerkar/core/
implementation 'org.jerkar:core:0.4.6'
// https://jarcasting.com/artifacts/org.jerkar/core/
implementation ("org.jerkar:core:0.4.6")
'org.jerkar:core:jar:0.4.6'
<dependency org="org.jerkar" name="core" rev="0.4.6">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jerkar', module='core', version='0.4.6')
)
libraryDependencies += "org.jerkar" % "core" % "0.4.6"
[org.jerkar/core "0.4.6"]