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