GroupId | GroupIdai.konduit.serving |
---|---|
ArtifactId | ArtifactIdkonduit-serving-annotation |
Version | Version0.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ai.konduit.serving/konduit-serving-annotation/ -->
<dependency>
<groupId>ai.konduit.serving</groupId>
<artifactId>konduit-serving-annotation</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/ai.konduit.serving/konduit-serving-annotation/
implementation 'ai.konduit.serving:konduit-serving-annotation:0.0.2'
// https://jarcasting.com/artifacts/ai.konduit.serving/konduit-serving-annotation/
implementation ("ai.konduit.serving:konduit-serving-annotation:0.0.2")
'ai.konduit.serving:konduit-serving-annotation:jar:0.0.2'
<dependency org="ai.konduit.serving" name="konduit-serving-annotation" rev="0.0.2">
<artifact name="konduit-serving-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.konduit.serving', module='konduit-serving-annotation', version='0.0.2')
)
libraryDependencies += "ai.konduit.serving" % "konduit-serving-annotation" % "0.0.2"
[ai.konduit.serving/konduit-serving-annotation "0.0.2"]