is not current version
Last Version 1.3

guru.springframework:page-view-service-model 1.2

A simple data model for use in one of my courses on the Spring Framework.

GroupId

GroupId

guru.springframework
ArtifactId

ArtifactId

page-view-service-model
Version

Version

1.2
Type

Type

jar

Download page-view-service-model 1.2


<!-- https://jarcasting.com/artifacts/guru.springframework/page-view-service-model/ -->
<dependency>
    <groupId>guru.springframework</groupId>
    <artifactId>page-view-service-model</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/guru.springframework/page-view-service-model/
implementation 'guru.springframework:page-view-service-model:1.2'
// https://jarcasting.com/artifacts/guru.springframework/page-view-service-model/
implementation ("guru.springframework:page-view-service-model:1.2")
'guru.springframework:page-view-service-model:jar:1.2'
<dependency org="guru.springframework" name="page-view-service-model" rev="1.2">
  <artifact name="page-view-service-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='guru.springframework', module='page-view-service-model', version='1.2')
)
libraryDependencies += "guru.springframework" % "page-view-service-model" % "1.2"
[guru.springframework/page-view-service-model "1.2"]