Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdtech.cassandre.trading.bot |
ArtifactId | ArtifactIdcassandre-trading-bot-spring-boot-starter-test |
Version | Version4.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/tech.cassandre.trading.bot/cassandre-trading-bot-spring-boot-starter-test/ -->
<dependency>
<groupId>tech.cassandre.trading.bot</groupId>
<artifactId>cassandre-trading-bot-spring-boot-starter-test</artifactId>
<version>4.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/tech.cassandre.trading.bot/cassandre-trading-bot-spring-boot-starter-test/
implementation 'tech.cassandre.trading.bot:cassandre-trading-bot-spring-boot-starter-test:4.2.1'
// https://jarcasting.com/artifacts/tech.cassandre.trading.bot/cassandre-trading-bot-spring-boot-starter-test/
implementation ("tech.cassandre.trading.bot:cassandre-trading-bot-spring-boot-starter-test:4.2.1")
'tech.cassandre.trading.bot:cassandre-trading-bot-spring-boot-starter-test:jar:4.2.1'
<dependency org="tech.cassandre.trading.bot" name="cassandre-trading-bot-spring-boot-starter-test" rev="4.2.1">
<artifact name="cassandre-trading-bot-spring-boot-starter-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.cassandre.trading.bot', module='cassandre-trading-bot-spring-boot-starter-test', version='4.2.1')
)
libraryDependencies += "tech.cassandre.trading.bot" % "cassandre-trading-bot-spring-boot-starter-test" % "4.2.1"
[tech.cassandre.trading.bot/cassandre-trading-bot-spring-boot-starter-test "4.2.1"]