Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.ppodgorsek |
ArtifactId | ArtifactIdconfigur-core |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
configur-core-1.0.0.pom | |
configur-core-1.0.0.jar | 13 KB |
configur-core-1.0.0-tests.jar | 17 KB |
configur-core-1.0.0-sources.jar | 11 KB |
configur-core-1.0.0-javadoc.jar | 112 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ppodgorsek/configur-core/ -->
<dependency>
<groupId>com.github.ppodgorsek</groupId>
<artifactId>configur-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ppodgorsek/configur-core/
implementation 'com.github.ppodgorsek:configur-core:1.0.0'
// https://jarcasting.com/artifacts/com.github.ppodgorsek/configur-core/
implementation ("com.github.ppodgorsek:configur-core:1.0.0")
'com.github.ppodgorsek:configur-core:jar:1.0.0'
<dependency org="com.github.ppodgorsek" name="configur-core" rev="1.0.0">
<artifact name="configur-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ppodgorsek', module='configur-core', version='1.0.0')
)
libraryDependencies += "com.github.ppodgorsek" % "configur-core" % "1.0.0"
[com.github.ppodgorsek/configur-core "1.0.0"]