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