Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdeu.eventstorm |
ArtifactId | ArtifactIdeventstorm-sql-spring |
Version | Version0.7.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/eu.eventstorm/eventstorm-sql-spring/ -->
<dependency>
<groupId>eu.eventstorm</groupId>
<artifactId>eventstorm-sql-spring</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.eventstorm/eventstorm-sql-spring/
implementation 'eu.eventstorm:eventstorm-sql-spring:0.7.0'
// https://jarcasting.com/artifacts/eu.eventstorm/eventstorm-sql-spring/
implementation ("eu.eventstorm:eventstorm-sql-spring:0.7.0")
'eu.eventstorm:eventstorm-sql-spring:jar:0.7.0'
<dependency org="eu.eventstorm" name="eventstorm-sql-spring" rev="0.7.0">
<artifact name="eventstorm-sql-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.eventstorm', module='eventstorm-sql-spring', version='0.7.0')
)
libraryDependencies += "eu.eventstorm" % "eventstorm-sql-spring" % "0.7.0"
[eu.eventstorm/eventstorm-sql-spring "0.7.0"]