Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.hglteam.platform |
ArtifactId | ArtifactIdspring-application-settings |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.hglteam.platform/spring-application-settings/ -->
<dependency>
<groupId>org.hglteam.platform</groupId>
<artifactId>spring-application-settings</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hglteam.platform/spring-application-settings/
implementation 'org.hglteam.platform:spring-application-settings:1.0.1'
// https://jarcasting.com/artifacts/org.hglteam.platform/spring-application-settings/
implementation ("org.hglteam.platform:spring-application-settings:1.0.1")
'org.hglteam.platform:spring-application-settings:jar:1.0.1'
<dependency org="org.hglteam.platform" name="spring-application-settings" rev="1.0.1">
<artifact name="spring-application-settings" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hglteam.platform', module='spring-application-settings', version='1.0.1')
)
libraryDependencies += "org.hglteam.platform" % "spring-application-settings" % "1.0.1"
[org.hglteam.platform/spring-application-settings "1.0.1"]