GroupId | GroupIdcom.btc-ag.redg |
---|---|
ArtifactId | ArtifactIdredg-models |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
redg-models-1.1.0.pom | |
redg-models-1.1.0.jar | 15 KB |
redg-models-1.1.0-sources.jar | 14 KB |
redg-models-1.1.0-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.btc-ag.redg/redg-models/ -->
<dependency>
<groupId>com.btc-ag.redg</groupId>
<artifactId>redg-models</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.btc-ag.redg/redg-models/
implementation 'com.btc-ag.redg:redg-models:1.1.0'
// https://jarcasting.com/artifacts/com.btc-ag.redg/redg-models/
implementation ("com.btc-ag.redg:redg-models:1.1.0")
'com.btc-ag.redg:redg-models:jar:1.1.0'
<dependency org="com.btc-ag.redg" name="redg-models" rev="1.1.0">
<artifact name="redg-models" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.btc-ag.redg', module='redg-models', version='1.1.0')
)
libraryDependencies += "com.btc-ag.redg" % "redg-models" % "1.1.0"
[com.btc-ag.redg/redg-models "1.1.0"]