Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.siroshun09.configapi |
ArtifactId | ArtifactIdparent |
Version | Version4.4.0 |
Type | Typepom |
Filename | Size |
---|---|
parent-4.4.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.siroshun09.configapi/parent/ -->
<dependency>
<groupId>com.github.siroshun09.configapi</groupId>
<artifactId>parent</artifactId>
<version>4.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.siroshun09.configapi/parent/
implementation 'com.github.siroshun09.configapi:parent:4.4.0'
// https://jarcasting.com/artifacts/com.github.siroshun09.configapi/parent/
implementation ("com.github.siroshun09.configapi:parent:4.4.0")
'com.github.siroshun09.configapi:parent:pom:4.4.0'
<dependency org="com.github.siroshun09.configapi" name="parent" rev="4.4.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.siroshun09.configapi', module='parent', version='4.4.0')
)
libraryDependencies += "com.github.siroshun09.configapi" % "parent" % "4.4.0"
[com.github.siroshun09.configapi/parent "4.4.0"]