License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.github.siroshun09.configapi |
ArtifactId | ArtifactIdfile |
Version | Version3.1.0 |
Type | Typepom |
Description |
DescriptionA configuration library for Java.
|
Filename | Size |
---|---|
file-3.1.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.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.siroshun09.configapi/file/
implementation 'com.github.siroshun09.configapi:file:3.1.0'
// https://jarcasting.com/artifacts/com.github.siroshun09.configapi/file/
implementation ("com.github.siroshun09.configapi:file:3.1.0")
'com.github.siroshun09.configapi:file:pom:3.1.0'
<dependency org="com.github.siroshun09.configapi" name="file" rev="3.1.0">
<artifact name="file" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.siroshun09.configapi', module='file', version='3.1.0')
)
libraryDependencies += "com.github.siroshun09.configapi" % "file" % "3.1.0"
[com.github.siroshun09.configapi/file "3.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains : annotations | jar | 20.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |