is not current version
Last Version 1.0.25

com.envimate:envimate-opensource-parent 1.0.8

This parent pom is supposed to be used as a parent for all envimate open source projects to reliably enable the enforcement of java standards like library blacklisting, code style rules, and more.

GroupId

GroupId

com.envimate
ArtifactId

ArtifactId

envimate-opensource-parent
Version

Version

1.0.8
Type

Type

pom

Download envimate-opensource-parent 1.0.8


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