GroupId | GroupIdeu.stamp-project |
---|---|
ArtifactId | ArtifactIdbotsing-model-generation |
Version | Version1.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/eu.stamp-project/botsing-model-generation/ -->
<dependency>
<groupId>eu.stamp-project</groupId>
<artifactId>botsing-model-generation</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/eu.stamp-project/botsing-model-generation/
implementation 'eu.stamp-project:botsing-model-generation:1.0.5'
// https://jarcasting.com/artifacts/eu.stamp-project/botsing-model-generation/
implementation ("eu.stamp-project:botsing-model-generation:1.0.5")
'eu.stamp-project:botsing-model-generation:jar:1.0.5'
<dependency org="eu.stamp-project" name="botsing-model-generation" rev="1.0.5">
<artifact name="botsing-model-generation" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.stamp-project', module='botsing-model-generation', version='1.0.5')
)
libraryDependencies += "eu.stamp-project" % "botsing-model-generation" % "1.0.5"
[eu.stamp-project/botsing-model-generation "1.0.5"]