is not current version
Last Version 1.0.4

org.hglteam.platform:settings 1.0.0

Small set of classes to convert POJOs

Categories

Categories

ORM Data
GroupId

GroupId

org.hglteam.platform
ArtifactId

ArtifactId

settings
Version

Version

1.0.0
Type

Type

pom

Download settings 1.0.0

Filename Size
settings-1.0.0.pom 6 KB
Browse

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