Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.atteo |
ArtifactId | ArtifactIdevo-config-parent |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
evo-config-parent-1.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atteo/evo-config-parent/ -->
<dependency>
<groupId>org.atteo</groupId>
<artifactId>evo-config-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.atteo/evo-config-parent/
implementation 'org.atteo:evo-config-parent:1.0'
// https://jarcasting.com/artifacts/org.atteo/evo-config-parent/
implementation ("org.atteo:evo-config-parent:1.0")
'org.atteo:evo-config-parent:pom:1.0'
<dependency org="org.atteo" name="evo-config-parent" rev="1.0">
<artifact name="evo-config-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.atteo', module='evo-config-parent', version='1.0')
)
libraryDependencies += "org.atteo" % "evo-config-parent" % "1.0"
[org.atteo/evo-config-parent "1.0"]