GroupId | GroupIdcom.bitactor.framework.core |
---|---|
ArtifactId | ArtifactIdbitactor-core-registry-api |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.bitactor.framework.core/bitactor-core-registry-api/ -->
<dependency>
<groupId>com.bitactor.framework.core</groupId>
<artifactId>bitactor-core-registry-api</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bitactor.framework.core/bitactor-core-registry-api/
implementation 'com.bitactor.framework.core:bitactor-core-registry-api:1.0.0'
// https://jarcasting.com/artifacts/com.bitactor.framework.core/bitactor-core-registry-api/
implementation ("com.bitactor.framework.core:bitactor-core-registry-api:1.0.0")
'com.bitactor.framework.core:bitactor-core-registry-api:jar:1.0.0'
<dependency org="com.bitactor.framework.core" name="bitactor-core-registry-api" rev="1.0.0">
<artifact name="bitactor-core-registry-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bitactor.framework.core', module='bitactor-core-registry-api', version='1.0.0')
)
libraryDependencies += "com.bitactor.framework.core" % "bitactor-core-registry-api" % "1.0.0"
[com.bitactor.framework.core/bitactor-core-registry-api "1.0.0"]