GroupId | GroupIdcom.maukaim.opensource |
---|---|
ArtifactId | ArtifactIdcryptohub-plugins-api |
Version | Version1.0.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.maukaim.opensource/cryptohub-plugins-api/ -->
<dependency>
<groupId>com.maukaim.opensource</groupId>
<artifactId>cryptohub-plugins-api</artifactId>
<version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.maukaim.opensource/cryptohub-plugins-api/
implementation 'com.maukaim.opensource:cryptohub-plugins-api:1.0.11'
// https://jarcasting.com/artifacts/com.maukaim.opensource/cryptohub-plugins-api/
implementation ("com.maukaim.opensource:cryptohub-plugins-api:1.0.11")
'com.maukaim.opensource:cryptohub-plugins-api:jar:1.0.11'
<dependency org="com.maukaim.opensource" name="cryptohub-plugins-api" rev="1.0.11">
<artifact name="cryptohub-plugins-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.maukaim.opensource', module='cryptohub-plugins-api', version='1.0.11')
)
libraryDependencies += "com.maukaim.opensource" % "cryptohub-plugins-api" % "1.0.11"
[com.maukaim.opensource/cryptohub-plugins-api "1.0.11"]