GroupId | GroupIdio.github.thingersoft |
---|---|
ArtifactId | ArtifactIdproperties-manager |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
properties-manager-1.0.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.thingersoft/properties-manager/ -->
<dependency>
<groupId>io.github.thingersoft</groupId>
<artifactId>properties-manager</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.thingersoft/properties-manager/
implementation 'io.github.thingersoft:properties-manager:1.0.0'
// https://jarcasting.com/artifacts/io.github.thingersoft/properties-manager/
implementation ("io.github.thingersoft:properties-manager:1.0.0")
'io.github.thingersoft:properties-manager:pom:1.0.0'
<dependency org="io.github.thingersoft" name="properties-manager" rev="1.0.0">
<artifact name="properties-manager" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.thingersoft', module='properties-manager', version='1.0.0')
)
libraryDependencies += "io.github.thingersoft" % "properties-manager" % "1.0.0"
[io.github.thingersoft/properties-manager "1.0.0"]