License |
License
Apache License, Version 2.0
|
---|---|
GroupId | GroupIdcom.envimate |
ArtifactId | ArtifactIdenvimate-opensource-parent |
Version | Version1.0.25 |
Type | Typepom |
Description |
DescriptionEnvimate OpenSource java standards
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
envimate-opensource-parent-1.0.25.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.envimate/envimate-opensource-parent/ -->
<dependency>
<groupId>com.envimate</groupId>
<artifactId>envimate-opensource-parent</artifactId>
<version>1.0.25</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.envimate/envimate-opensource-parent/
implementation 'com.envimate:envimate-opensource-parent:1.0.25'
// https://jarcasting.com/artifacts/com.envimate/envimate-opensource-parent/
implementation ("com.envimate:envimate-opensource-parent:1.0.25")
'com.envimate:envimate-opensource-parent:pom:1.0.25'
<dependency org="com.envimate" name="envimate-opensource-parent" rev="1.0.25">
<artifact name="envimate-opensource-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.envimate', module='envimate-opensource-parent', version='1.0.25')
)
libraryDependencies += "com.envimate" % "envimate-opensource-parent" % "1.0.25"
[com.envimate/envimate-opensource-parent "1.0.25"]