| Группа | Группаch.rasc |
|---|---|
| Идентификатор | Идентификаторextclassgenerator-annotations |
| Версия | Версия1.0.3 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/ch.rasc/extclassgenerator-annotations/ -->
<dependency>
<groupId>ch.rasc</groupId>
<artifactId>extclassgenerator-annotations</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/ch.rasc/extclassgenerator-annotations/
implementation 'ch.rasc:extclassgenerator-annotations:1.0.3'
// https://jarcasting.com/artifacts/ch.rasc/extclassgenerator-annotations/
implementation ("ch.rasc:extclassgenerator-annotations:1.0.3")
'ch.rasc:extclassgenerator-annotations:jar:1.0.3'
<dependency org="ch.rasc" name="extclassgenerator-annotations" rev="1.0.3">
<artifact name="extclassgenerator-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.rasc', module='extclassgenerator-annotations', version='1.0.3')
)
libraryDependencies += "ch.rasc" % "extclassgenerator-annotations" % "1.0.3"
[ch.rasc/extclassgenerator-annotations "1.0.3"]