is not current version
Last Version 3.0.1

org.jspare:jspare-parent 3.0.0

The JSpare Framework core environment container. Write componentized and modern java applications.

Categories

Categories

Jakarta Server Pages Jakarta EE The Web Tier
GroupId

GroupId

org.jspare
ArtifactId

ArtifactId

jspare-parent
Version

Version

3.0.0
Type

Type

pom

Download jspare-parent 3.0.0

Filename Size
jspare-parent-3.0.0.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/org.jspare/jspare-parent/ -->
<dependency>
    <groupId>org.jspare</groupId>
    <artifactId>jspare-parent</artifactId>
    <version>3.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jspare/jspare-parent/
implementation 'org.jspare:jspare-parent:3.0.0'
// https://jarcasting.com/artifacts/org.jspare/jspare-parent/
implementation ("org.jspare:jspare-parent:3.0.0")
'org.jspare:jspare-parent:pom:3.0.0'
<dependency org="org.jspare" name="jspare-parent" rev="3.0.0">
  <artifact name="jspare-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jspare', module='jspare-parent', version='3.0.0')
)
libraryDependencies += "org.jspare" % "jspare-parent" % "3.0.0"
[org.jspare/jspare-parent "3.0.0"]