GroupId | GroupIdcom.bushidowallet |
---|---|
ArtifactId | ArtifactIdbushido-wallet-service |
Version | Version1.0.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.bushidowallet/bushido-wallet-service/ -->
<dependency>
<groupId>com.bushidowallet</groupId>
<artifactId>bushido-wallet-service</artifactId>
<version>1.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.bushidowallet/bushido-wallet-service/
implementation 'com.bushidowallet:bushido-wallet-service:1.0.0'
// https://jarcasting.com/artifacts/com.bushidowallet/bushido-wallet-service/
implementation ("com.bushidowallet:bushido-wallet-service:1.0.0")
'com.bushidowallet:bushido-wallet-service:war:1.0.0'
<dependency org="com.bushidowallet" name="bushido-wallet-service" rev="1.0.0">
<artifact name="bushido-wallet-service" type="war" />
</dependency>
@Grapes(
@Grab(group='com.bushidowallet', module='bushido-wallet-service', version='1.0.0')
)
libraryDependencies += "com.bushidowallet" % "bushido-wallet-service" % "1.0.0"
[com.bushidowallet/bushido-wallet-service "1.0.0"]