GroupId | GroupIdorg.fryske-akademy |
---|---|
ArtifactId | ArtifactIdjpaservices |
Version | Version12.6 |
Type | Typejar |
Filename | Size |
---|---|
jpaservices-12.6.pom | |
jpaservices-12.6.jar | 40 KB |
jpaservices-12.6-sources.jar | 32 KB |
jpaservices-12.6-javadoc.jar | 178 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fryske-akademy/jpaservices/ -->
<dependency>
<groupId>org.fryske-akademy</groupId>
<artifactId>jpaservices</artifactId>
<version>12.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.fryske-akademy/jpaservices/
implementation 'org.fryske-akademy:jpaservices:12.6'
// https://jarcasting.com/artifacts/org.fryske-akademy/jpaservices/
implementation ("org.fryske-akademy:jpaservices:12.6")
'org.fryske-akademy:jpaservices:jar:12.6'
<dependency org="org.fryske-akademy" name="jpaservices" rev="12.6">
<artifact name="jpaservices" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fryske-akademy', module='jpaservices', version='12.6')
)
libraryDependencies += "org.fryske-akademy" % "jpaservices" % "12.6"
[org.fryske-akademy/jpaservices "12.6"]