Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdeu.eventstorm |
ArtifactId | ArtifactIdeventstorm-core |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
eventstorm-core-0.6.0.pom | |
eventstorm-core-0.6.0.jar | 34 KB |
eventstorm-core-0.6.0-sources.jar | 23 KB |
eventstorm-core-0.6.0-javadoc.jar | 227 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.eventstorm/eventstorm-core/ -->
<dependency>
<groupId>eu.eventstorm</groupId>
<artifactId>eventstorm-core</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.eventstorm/eventstorm-core/
implementation 'eu.eventstorm:eventstorm-core:0.6.0'
// https://jarcasting.com/artifacts/eu.eventstorm/eventstorm-core/
implementation ("eu.eventstorm:eventstorm-core:0.6.0")
'eu.eventstorm:eventstorm-core:jar:0.6.0'
<dependency org="eu.eventstorm" name="eventstorm-core" rev="0.6.0">
<artifact name="eventstorm-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.eventstorm', module='eventstorm-core', version='0.6.0')
)
libraryDependencies += "eu.eventstorm" % "eventstorm-core" % "0.6.0"
[eu.eventstorm/eventstorm-core "0.6.0"]