Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdde.melnichuk |
ArtifactId | ArtifactIdjava-event-history |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
java-event-history-0.2.0.pom | |
java-event-history-0.2.0.jar | 3 KB |
java-event-history-0.2.0-sources.jar | 1 KB |
java-event-history-0.2.0-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.melnichuk/java-event-history/ -->
<dependency>
<groupId>de.melnichuk</groupId>
<artifactId>java-event-history</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.melnichuk/java-event-history/
implementation 'de.melnichuk:java-event-history:0.2.0'
// https://jarcasting.com/artifacts/de.melnichuk/java-event-history/
implementation ("de.melnichuk:java-event-history:0.2.0")
'de.melnichuk:java-event-history:jar:0.2.0'
<dependency org="de.melnichuk" name="java-event-history" rev="0.2.0">
<artifact name="java-event-history" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.melnichuk', module='java-event-history', version='0.2.0')
)
libraryDependencies += "de.melnichuk" % "java-event-history" % "0.2.0"
[de.melnichuk/java-event-history "0.2.0"]