GroupId | GroupIdorg.jeeventstore |
---|---|
ArtifactId | ArtifactIdjeeventstore-persistence-jpa |
Version | Version1.1.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jeeventstore/jeeventstore-persistence-jpa/ -->
<dependency>
<groupId>org.jeeventstore</groupId>
<artifactId>jeeventstore-persistence-jpa</artifactId>
<version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.jeeventstore/jeeventstore-persistence-jpa/
implementation 'org.jeeventstore:jeeventstore-persistence-jpa:1.1.7'
// https://jarcasting.com/artifacts/org.jeeventstore/jeeventstore-persistence-jpa/
implementation ("org.jeeventstore:jeeventstore-persistence-jpa:1.1.7")
'org.jeeventstore:jeeventstore-persistence-jpa:jar:1.1.7'
<dependency org="org.jeeventstore" name="jeeventstore-persistence-jpa" rev="1.1.7">
<artifact name="jeeventstore-persistence-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jeeventstore', module='jeeventstore-persistence-jpa', version='1.1.7')
)
libraryDependencies += "org.jeeventstore" % "jeeventstore-persistence-jpa" % "1.1.7"
[org.jeeventstore/jeeventstore-persistence-jpa "1.1.7"]