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