GroupId | GroupIdorg.web4thejob |
---|---|
ArtifactId | ArtifactIdweb4thejob-studio-lib |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
web4thejob-studio-lib-1.0.2.pom | |
web4thejob-studio-lib-1.0.2.jar | 1 MB |
web4thejob-studio-lib-1.0.2-sources.jar | 1018 KB |
web4thejob-studio-lib-1.0.2-javadoc.jar | 247 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.web4thejob/web4thejob-studio-lib/ -->
<dependency>
<groupId>org.web4thejob</groupId>
<artifactId>web4thejob-studio-lib</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.web4thejob/web4thejob-studio-lib/
implementation 'org.web4thejob:web4thejob-studio-lib:1.0.2'
// https://jarcasting.com/artifacts/org.web4thejob/web4thejob-studio-lib/
implementation ("org.web4thejob:web4thejob-studio-lib:1.0.2")
'org.web4thejob:web4thejob-studio-lib:jar:1.0.2'
<dependency org="org.web4thejob" name="web4thejob-studio-lib" rev="1.0.2">
<artifact name="web4thejob-studio-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.web4thejob', module='web4thejob-studio-lib', version='1.0.2')
)
libraryDependencies += "org.web4thejob" % "web4thejob-studio-lib" % "1.0.2"
[org.web4thejob/web4thejob-studio-lib "1.0.2"]