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