GroupId | GroupIdfr.funixgaming.funixbot.core |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version1.1.7 |
Type | Typejar |
Filename | Size |
---|---|
core-1.1.7.pom | |
core-1.1.7.jar | 17 KB |
core-1.1.7-sources.jar | 10 KB |
core-1.1.7-javadoc.jar | 196 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.funixgaming.funixbot.core/core/ -->
<dependency>
<groupId>fr.funixgaming.funixbot.core</groupId>
<artifactId>core</artifactId>
<version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/fr.funixgaming.funixbot.core/core/
implementation 'fr.funixgaming.funixbot.core:core:1.1.7'
// https://jarcasting.com/artifacts/fr.funixgaming.funixbot.core/core/
implementation ("fr.funixgaming.funixbot.core:core:1.1.7")
'fr.funixgaming.funixbot.core:core:jar:1.1.7'
<dependency org="fr.funixgaming.funixbot.core" name="core" rev="1.1.7">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.funixgaming.funixbot.core', module='core', version='1.1.7')
)
libraryDependencies += "fr.funixgaming.funixbot.core" % "core" % "1.1.7"
[fr.funixgaming.funixbot.core/core "1.1.7"]