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