is not current version
Last Version 7.0.0-M4

org.glassfish.main.jdbc:templates 6.2.5


Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.main.jdbc
ArtifactId

ArtifactId

templates
Version

Version

6.2.5
Type

Type

jar

Download templates 6.2.5


<!-- https://jarcasting.com/artifacts/org.glassfish.main.jdbc/templates/ -->
<dependency>
    <groupId>org.glassfish.main.jdbc</groupId>
    <artifactId>templates</artifactId>
    <version>6.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.main.jdbc/templates/
implementation 'org.glassfish.main.jdbc:templates:6.2.5'
// https://jarcasting.com/artifacts/org.glassfish.main.jdbc/templates/
implementation ("org.glassfish.main.jdbc:templates:6.2.5")
'org.glassfish.main.jdbc:templates:jar:6.2.5'
<dependency org="org.glassfish.main.jdbc" name="templates" rev="6.2.5">
  <artifact name="templates" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.main.jdbc', module='templates', version='6.2.5')
)
libraryDependencies += "org.glassfish.main.jdbc" % "templates" % "6.2.5"
[org.glassfish.main.jdbc/templates "6.2.5"]