Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.jpattern |
ArtifactId | ArtifactIdjporm-spring |
Version | Version6.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jporm-spring-6.0.0.pom | |
jporm-spring-6.0.0.jar | 21 KB |
jporm-spring-6.0.0-sources.jar | 9 KB |
jporm-spring-6.0.0-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jpattern/jporm-spring/ -->
<dependency>
<groupId>com.jpattern</groupId>
<artifactId>jporm-spring</artifactId>
<version>6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jpattern/jporm-spring/
implementation 'com.jpattern:jporm-spring:6.0.0'
// https://jarcasting.com/artifacts/com.jpattern/jporm-spring/
implementation ("com.jpattern:jporm-spring:6.0.0")
'com.jpattern:jporm-spring:jar:6.0.0'
<dependency org="com.jpattern" name="jporm-spring" rev="6.0.0">
<artifact name="jporm-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jpattern', module='jporm-spring', version='6.0.0')
)
libraryDependencies += "com.jpattern" % "jporm-spring" % "6.0.0"
[com.jpattern/jporm-spring "6.0.0"]