Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.thesett |
ArtifactId | ArtifactIdconfigurator |
Version | Version0.8.6 |
Type | Typejar |
Filename | Size |
---|---|
configurator-0.8.6.pom | |
configurator-0.8.6.jar | 17 KB |
configurator-0.8.6-sources.jar | 22 KB |
configurator-0.8.6-javadoc.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thesett/configurator/ -->
<dependency>
<groupId>com.thesett</groupId>
<artifactId>configurator</artifactId>
<version>0.8.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/configurator/
implementation 'com.thesett:configurator:0.8.6'
// https://jarcasting.com/artifacts/com.thesett/configurator/
implementation ("com.thesett:configurator:0.8.6")
'com.thesett:configurator:jar:0.8.6'
<dependency org="com.thesett" name="configurator" rev="0.8.6">
<artifact name="configurator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='configurator', version='0.8.6')
)
libraryDependencies += "com.thesett" % "configurator" % "0.8.6"
[com.thesett/configurator "0.8.6"]