Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdeu.eventstorm |
ArtifactId | ArtifactIdeventstorm-annotation |
Version | Version0.10.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/eu.eventstorm/eventstorm-annotation/ -->
<dependency>
<groupId>eu.eventstorm</groupId>
<artifactId>eventstorm-annotation</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.eventstorm/eventstorm-annotation/
implementation 'eu.eventstorm:eventstorm-annotation:0.10.0'
// https://jarcasting.com/artifacts/eu.eventstorm/eventstorm-annotation/
implementation ("eu.eventstorm:eventstorm-annotation:0.10.0")
'eu.eventstorm:eventstorm-annotation:jar:0.10.0'
<dependency org="eu.eventstorm" name="eventstorm-annotation" rev="0.10.0">
<artifact name="eventstorm-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.eventstorm', module='eventstorm-annotation', version='0.10.0')
)
libraryDependencies += "eu.eventstorm" % "eventstorm-annotation" % "0.10.0"
[eu.eventstorm/eventstorm-annotation "0.10.0"]