GroupId | GroupIdorg.web4thejob |
---|---|
ArtifactId | ArtifactIdweb4thejob-studio-lib |
Version | Version1.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.web4thejob/web4thejob-studio-lib/ -->
<dependency>
<groupId>org.web4thejob</groupId>
<artifactId>web4thejob-studio-lib</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.web4thejob/web4thejob-studio-lib/
implementation 'org.web4thejob:web4thejob-studio-lib:1.3.0'
// https://jarcasting.com/artifacts/org.web4thejob/web4thejob-studio-lib/
implementation ("org.web4thejob:web4thejob-studio-lib:1.3.0")
'org.web4thejob:web4thejob-studio-lib:jar:1.3.0'
<dependency org="org.web4thejob" name="web4thejob-studio-lib" rev="1.3.0">
<artifact name="web4thejob-studio-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.web4thejob', module='web4thejob-studio-lib', version='1.3.0')
)
libraryDependencies += "org.web4thejob" % "web4thejob-studio-lib" % "1.3.0"
[org.web4thejob/web4thejob-studio-lib "1.3.0"]