is not current version
Last Version 3.0.1

org.jspare:jspare-parent 2.1.0-M01

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

2.1.0-M01
Type

Type

pom

Download jspare-parent 2.1.0-M01


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