Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.jporm |
ArtifactId | ArtifactIdjpo-rm-spring |
Version | Version8.1.0-alpha.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.jporm/jpo-rm-spring/ -->
<dependency>
<groupId>com.jporm</groupId>
<artifactId>jpo-rm-spring</artifactId>
<version>8.1.0-alpha.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jporm/jpo-rm-spring/
implementation 'com.jporm:jpo-rm-spring:8.1.0-alpha.1'
// https://jarcasting.com/artifacts/com.jporm/jpo-rm-spring/
implementation ("com.jporm:jpo-rm-spring:8.1.0-alpha.1")
'com.jporm:jpo-rm-spring:jar:8.1.0-alpha.1'
<dependency org="com.jporm" name="jpo-rm-spring" rev="8.1.0-alpha.1">
<artifact name="jpo-rm-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jporm', module='jpo-rm-spring', version='8.1.0-alpha.1')
)
libraryDependencies += "com.jporm" % "jpo-rm-spring" % "8.1.0-alpha.1"
[com.jporm/jpo-rm-spring "8.1.0-alpha.1"]