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