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