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