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