GroupId | GroupIdcom.github.onepiecex |
---|---|
ArtifactId | ArtifactIdonepiecex-session-share-core |
Version | Version1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.onepiecex/onepiecex-session-share-core/ -->
<dependency>
<groupId>com.github.onepiecex</groupId>
<artifactId>onepiecex-session-share-core</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.onepiecex/onepiecex-session-share-core/
implementation 'com.github.onepiecex:onepiecex-session-share-core:1.2'
// https://jarcasting.com/artifacts/com.github.onepiecex/onepiecex-session-share-core/
implementation ("com.github.onepiecex:onepiecex-session-share-core:1.2")
'com.github.onepiecex:onepiecex-session-share-core:jar:1.2'
<dependency org="com.github.onepiecex" name="onepiecex-session-share-core" rev="1.2">
<artifact name="onepiecex-session-share-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.onepiecex', module='onepiecex-session-share-core', version='1.2')
)
libraryDependencies += "com.github.onepiecex" % "onepiecex-session-share-core" % "1.2"
[com.github.onepiecex/onepiecex-session-share-core "1.2"]