GroupId | GroupIdorg.web4thejob |
---|---|
ArtifactId | ArtifactIdweb4thejob |
Version | Version3.3.1 |
Type | Typepom |
Filename | Size |
---|---|
web4thejob-3.3.1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.web4thejob/web4thejob/ -->
<dependency>
<groupId>org.web4thejob</groupId>
<artifactId>web4thejob</artifactId>
<version>3.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.web4thejob/web4thejob/
implementation 'org.web4thejob:web4thejob:3.3.1'
// https://jarcasting.com/artifacts/org.web4thejob/web4thejob/
implementation ("org.web4thejob:web4thejob:3.3.1")
'org.web4thejob:web4thejob:pom:3.3.1'
<dependency org="org.web4thejob" name="web4thejob" rev="3.3.1">
<artifact name="web4thejob" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.web4thejob', module='web4thejob', version='3.3.1')
)
libraryDependencies += "org.web4thejob" % "web4thejob" % "3.3.1"
[org.web4thejob/web4thejob "3.3.1"]