GroupId | GroupIdcom.envimate |
---|---|
ArtifactId | ArtifactIdenvimate-opensource-parent |
Version | Version1.0.22 |
Type | Typepom |
Filename | Size |
---|---|
envimate-opensource-parent-1.0.22.pom | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.envimate/envimate-opensource-parent/ -->
<dependency>
<groupId>com.envimate</groupId>
<artifactId>envimate-opensource-parent</artifactId>
<version>1.0.22</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.envimate/envimate-opensource-parent/
implementation 'com.envimate:envimate-opensource-parent:1.0.22'
// https://jarcasting.com/artifacts/com.envimate/envimate-opensource-parent/
implementation ("com.envimate:envimate-opensource-parent:1.0.22")
'com.envimate:envimate-opensource-parent:pom:1.0.22'
<dependency org="com.envimate" name="envimate-opensource-parent" rev="1.0.22">
<artifact name="envimate-opensource-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.envimate', module='envimate-opensource-parent', version='1.0.22')
)
libraryDependencies += "com.envimate" % "envimate-opensource-parent" % "1.0.22"
[com.envimate/envimate-opensource-parent "1.0.22"]