GroupId | GroupIdcom.moparisthebest.jbgjob |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
core-0.2.pom | |
core-0.2.jar | 10 KB |
core-0.2-sources.jar | 10 KB |
core-0.2-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.moparisthebest.jbgjob/core/ -->
<dependency>
<groupId>com.moparisthebest.jbgjob</groupId>
<artifactId>core</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.moparisthebest.jbgjob/core/
implementation 'com.moparisthebest.jbgjob:core:0.2'
// https://jarcasting.com/artifacts/com.moparisthebest.jbgjob/core/
implementation ("com.moparisthebest.jbgjob:core:0.2")
'com.moparisthebest.jbgjob:core:jar:0.2'
<dependency org="com.moparisthebest.jbgjob" name="core" rev="0.2">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.moparisthebest.jbgjob', module='core', version='0.2')
)
libraryDependencies += "com.moparisthebest.jbgjob" % "core" % "0.2"
[com.moparisthebest.jbgjob/core "0.2"]